🚧

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"]

Language
Authorization
Click Try It! to start a request and see the response here!