POST
/
v1
/
createUser

Authorizations

X-API-Key
string
headerrequired

Body

application/json
user_email
string
required

Email address of the new user

user_password
string
required

Password for the new user account

should_reset_password
enum<string>
default: false

Flag to indicate if the user should reset their password upon login. Defaults to false.

Available options:
true,
false

Response

200 - application/json
user_email
string
user_password
string