Create a User
Create a new user.
Note: connection is required and will always be JM-DB-Connection but other parameters such as email and password are dependent upon the type of connection.
Authentication
Auth0-issued access token for the Auth0 Management API audience.
Request
The user’s phone number (following the E.164 recommendation).
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).
The user’s given name(s).
The user’s family name(s).
Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified parameter.
Response
Whether this email address is verified (true) or unverified (false).
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 last updated/modified.
User metadata to which this user has read-only access.
User metadata to which this user has read/write access.
List of multi-factor authentication providers with which this user has enrolled.
Last date and time this user’s multi-factor authentication providers were updated.
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.