Users
Create a User
Create a User
post/platform/api/v1/users
Request body
Example request
{
"name": "Daniel",
"display_name": "Dan",
"email": "daniel@acme.inc",
"password": "Password2!",
"custom_attributes": {}
}Response
Success
Create a User
{
"name": "Daniel",
"display_name": "Dan",
"email": "daniel@acme.inc",
"password": "Password2!",
"custom_attributes": {}
}Success