matt
matt
KKinde
Created by matt on 1/27/2024 in #💻┃support
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]" } } ] }
5 replies