OptionalemailThe user's email.
Optionalphone_The user's phone number (following the E.164 recommendation).
Optionaluser_OptionalblockedWhether this user was blocked by an administrator (true) or not (false).
Optionalemail_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
Optionalphone_Whether this phone number has been verified (true) or not (false).
Optionalapp_Optionalgiven_The user's given name(s).
Optionalfamily_The user's family name(s).
OptionalnameThe user's full name.
OptionalnicknameThe user's nickname.
OptionalpictureA URI pointing to the user's picture.
Optionaluser_The external user's id provided by the identity provider.
Name of the connection this user should be created in.
OptionalpasswordInitial password for this user. Only valid for auth0 connection strategy.
Optionalverify_Whether the user will receive a verification email after creation (true) or no email (false). Overrides behavior of email_verified parameter.
OptionalusernameThe user's username. Only valid if the connection requires a username.
Example