create user account fails
hi all, should i be able to do a fetch in node for create user, i'm using the example in docs, but i just get {
"code": "INVALID_REQUEST",
"message": "Error processing request body"
}
My input body is :
{
"profile": {
"given_name": "test",
"family_name": "man"
},
"identities": [
{
"type": "email",
"details": {
"email": "[email protected]"
}
}
]
}
3 Replies
i tried with postman and it works, ok, not quite suee why it doesn like the post with fetch
oh it input body needed stringifying 🤦♂️
@matt did you manage to get it working?
why don't you use the Kinde Management API SDK