Optional
blockedWhether this user was blocked by an administrator (true) or not (false).
Optional
email_Whether this email address is verified (true) or unverified (false). If set to false the user will not receive a verification email unless verify_email
is set to true.
Optional
emailEmail address of this user.
Optional
phone_The user's phone number (following the E.164 recommendation).
Optional
phone_Whether this phone number has been verified (true) or not (false).
Optional
user_Optional
app_Optional
given_Given name/first name/forename of this user.
Optional
family_Family name/last name/surname of this user.
Optional
nameName of this user.
Optional
nicknamePreferred nickname or alias of this user.
Optional
pictureURL to picture, photo, or avatar of this user.
Optional
verify_Whether this user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified
parameter.
Optional
verify_Whether this user will receive a text after changing the phone number (true) or no text (false). Only valid when changing phone number for SMS connections.
Optional
passwordNew password for this user. Only valid for database connections.
Optional
connectionName of the connection to target for this user update.
Optional
client_Auth0 client ID. Only valid when updating email address.
Optional
usernameThe user's username. Only valid if the connection requires a username.
Example