Optional
emailThe user's email.
Optional
phone_The user's phone number (following the E.164 recommendation).
Optional
user_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). User will receive a verification email after creation if email_verified
is false or not specified
Optional
phone_Whether this phone number has been verified (true) or not (false).
Optional
app_Optional
given_The user's given name(s).
Optional
family_The user's family name(s).
Optional
nameThe user's full name.
Optional
nicknameThe user's nickname.
Optional
pictureA URI pointing to the user's picture.
Optional
user_The external user's id provided by the identity provider.
Name of the connection this user should be created in.
Optional
passwordInitial password for this user. Only valid for auth0 connection strategy.
Optional
verify_Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified
parameter.
Optional
usernameThe user's username. Only valid if the connection requires a username.
Example