Create User(Deprecated)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

Path Param: Email Address

Readme Docs will format the email address and any special characters will be changed into URL encoding. You will need to update the email entered into the path param manually. You can copy the curl command and update it in a terminal.

Creates a new user with this email address if no user already exists or returns a HTTP Conflict error if one does.

  • user must be a well-formed email address.
  • You may add additional custom attributes in the body and they will be saved with the user.

The easiest way to create a user is to define a role for the user and a list of accounts. role should be in the list of ["user", "administrator"]

Path Params
json
required

Email Address of the User

Body Params
string
required

The role of the user

accounts
array of strings
required

List of accounts the user is added to. For example ["account id 1", "account id 2"]

accounts*
string
string
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json