Users
Create a new user
Creates a new user with the given status. Use login identifiers to add an email address or phone number to the user.
You can also manage users in the Developer Panel.
post/users
Request body
Example request
{
"fullName": "Jane Doe"
}Response
User has been created.
Example response
{
"userID": "usr-4693224802260150919",
"fullName": "Jane Doe"
}