Optional
app_Optional
blockedName of the connection this user should be created in.
Optional
emailThe user's email.
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
family_The user's family name(s).
Optional
given_The user's given name(s).
Optional
nameThe user's full name.
Optional
nicknameThe user's nickname.
Optional
passwordInitial password for this user (mandatory only for auth0 connection strategy).
Optional
phone_The user's phone number (following the E.164 recommendation), only valid for users from SMS connections.
Optional
phone_Whether this phone number has been verified (true) or not (false).
Optional
pictureA URI pointing to the user's picture.
Optional
user_The external user's id provided by the identity provider.
Optional
user_Data related to the user that does not affect the application's core functionality.
Optional
usernameThe user's username. Only valid if the connection requires a username.
Optional
verify_Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified
parameter.
Whether this user was blocked by an administrator (true) or not (false).