KindeK
Kinde2y ago
matt

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": "testmangb@gmail.com"
}
}
]
}
Was this page helpful?