Create a User

Create a new user by providing an email address and password. Email addresses must be unique within a database. You may provide an optional preferredName for the user.

The response includes the user id and an access token for the user. The access token can be used to perform API operations on the user’s behalf.

You can also create a user and a new tenant for that user in a single request by specifying the newTenant attribute.

The response includes the user id and an access token, and the tenants array includes the id of the new tenant.

Was this page helpful?