Create a new user for a given database or passwordless connection.
Note: connection is required but other parameters such as email and password are dependent upon the type of connection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the connection this user should be created in.
1The user's email.
The user's phone number (following the E.164 recommendation).
^\+[0-9]{1,15}$Data related to the user that does not affect the application's core functionality.
Whether this user was blocked by an administrator (true) or not (false).
Whether this email address is verified (true) or unverified (false). User will receive a verification email after creation if email_verified is false or not specified
Whether this phone number has been verified (true) or not (false).
Data related to the user that does affect the application's core functionality.
The user's given name(s).
1 - 150The user's family name(s).
1 - 150The user's full name.
1 - 300The user's nickname.
1 - 300A URI pointing to the user's picture.
The external user's id provided by the identity provider.
255^\S*$Initial password for this user. Only valid for auth0 connection strategy.
1Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified parameter.
The user's username. Only valid if the connection requires a username.
1 - 128User successfully created.
ID of the user which can be used when interacting with other APIs.
Email address of this user.
Whether this email address is verified (true) or unverified (false).
Username of this user.
Phone number for this user. Follows the E.164 recommendation.
Whether this phone number has been verified (true) or not (false).
Date and time when this user was created (ISO_8601 format).
Date and time when this user was created (ISO_8601 format).
Array of user identity objects when accounts are linked.
User metadata to which this user has read-only access.
User metadata to which this user has read/write access.
URL to picture, photo, or avatar of this user.
Name of this user.
Preferred nickname or alias of this user.
List of multi-factor authentication providers with which this user has enrolled.
Last IP address from which this user logged in.
Date and time when this user was created (ISO_8601 format).
Total number of logins this user has performed.
Whether this user was blocked by an administrator (true) or is not (false).
Given name/first name/forename of this user.
Family name/last name/surname of this user.