Endpoint Examples
Create User
Create a new user on your white label tool. This does not notify the new user in any way.
POST
/
v1
/
createUser
Authorizations
X-API-Key
string
headerrequiredBody
application/json
user_email
string
requiredEmail address of the new user
user_password
string
requiredPassword for the new user account
should_reset_password
enum<string>
default: falseFlag 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