Create a new user in an Auth0 database connection.
Use case: Allow users to create new accounts in your application using email/password authentication.
Note: This endpoint only creates the user. They still need to authenticate using /authorize or /oauth/token to receive tokens.
The access token received from the authorization server in the OAuth 2.0 flow.
Your application's Client ID
The user's email address
The user's desired password. Must meet the connection's password strength requirements.
The name of the database connection (e.g., 'Username-Password-Authentication')
The user's desired username (if the connection requires usernames)
The user's given (first) name
The user's family (last) name
The user's full name
The user's nickname
URL of the user's profile picture
Custom user metadata (key-value pairs)