> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Describes how to create users in the Auth0 Dashboard.

# Create Users

You can create a user using Auth0's Dashboard or via the [Auth0 Management API](https://auth0.com/docs/api/management/v2/users/post-users).

1. Go to [Dashboard > User Management > Users](https://manage.auth0.com/#/users) and select **Create User**.
2. Select the **Connection** and then enter your user's **Email**, **Password**.

   | Attribute  | Description                                                                                                                                                                                                                                                                          |
   | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
   | Connection | The database connection to use to authenticate the user. The dropdown lists all the configured database connections in your tenant. The connection you use must be associated with an application, otherwise you will receive an error message that says the connection is disabled. |
   | Email      | The user's email address. The email address format should conform to the specification provided in [RFC 5321 on IETF](https://datatracker.ietf.org/doc/html/rfc5321#section-4.1.2)                                                                                                   |
   | Password   | The user's password. There is no maximum limit for password length.                                                                                                                                                                                                                  |
3. Select **Create**.
   The user is created and you will be directed to the newly-created user's profile.

If you enable [Multiple Custom Domains](/docs/customize/custom-domains/multiple-custom-domains), you have the option to select **Domain** under the **Connection** section to select the notification domain for your tenant.

If you enable [Flexible Identifiers](/docs/authenticate/database-connections/flexible-identifiers-and-attributes), in addition to **email** you can select your user's **username**, **phone** or a combination of two or more.

## Learn more

* [Assign Permissions to Users](/docs/manage-users/access-control/configure-core-rbac/rbac-users/assign-permissions-to-users)
* [Assign Roles to Users](/docs/manage-users/access-control/configure-core-rbac/rbac-users/assign-roles-to-users)
* [Identify Users](/docs/manage-users/user-accounts/identify-users)
* [Delete Users](/docs/manage-users/user-accounts/delete-users)
