Create User

This API allows you to create a new user.

{
  "email": "...",
  "firstName": "...",
  "lastName": "..."
}

Above show the minimum set of fields to create a User. email is a login identifier in this case.

If for tenant other fields are marked as login identifiers one of the login identifiers need to be present

Language
Credentials
OAuth2
Authenticate
URL
Click Try It! to start a request and see the response here!