> ## 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.

> Learn about working with user accounts in Auth0.

# User Accounts

Auth0's hosted cloud database stores a variety of information on your users that is accessible to you. This information is available to you via a user profile, and your users are grouped by tenant. The user information itself can come from a variety of sources, including <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=identity+providers">identity providers</Tooltip>, your own databases, and enterprise connections (Active Directory, <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=SAML">SAML</Tooltip>).

| Read...                                                                                                                           | To learn...                                                                                                            |
| --------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Manage Users Using the Dashboard](/docs/manage-users/user-accounts/manage-users-using-the-dashboard)                             | How to manage users in the Auth0 Dashboard.                                                                            |
| [Manage Users Using the Management API](/docs/manage-users/user-accounts/manage-users-using-the-management-api)                   | The elements of a user profile, how to create a user, and how to view users and their profile details.                 |
| [User Profiles](/docs/manage-users/user-accounts/user-profiles)                                                                   | The basics of Auth0 user profiles.                                                                                     |
| [Metadata](/docs/manage-users/user-accounts/metadata)                                                                             | How user metadata and app metadata can be used to store information that does not originate from an identity provider. |
| [Verify Emails Using Auth0](/docs/manage-users/user-accounts/verify-emails)                                                       | Proper usage of the `email_verified` field in a user profile.                                                          |
| [User Account Linking](/docs/manage-users/user-accounts/user-account-linking)                                                     | How, when a user has two accounts with the same email, to prompt the user to link them.                                |
| [Create Users](/docs/manage-users/user-accounts/create-users)                                                                     | How to create users using the Auth0 Dashboard.                                                                         |
| [Identify Users](/docs/manage-users/user-accounts/identify-users)                                                                 | How to uniquely identify users.                                                                                        |
| [View User Details](/docs/manage-users/user-accounts/view-user-details)                                                           | How to use the view user details in the Auth0 Dashboard.                                                               |
| [Change User Pictures](/docs/manage-users/user-accounts/change-user-picture)                                                      | How to change your users' pictures.                                                                                    |
| [Manage User Access to Applications](/docs/manage-users/user-accounts/manage-user-access-to-applications)                         | How to restrict user access to certain applications in your tenant.                                                    |
| [Block and Unblock Users](/docs/manage-users/user-accounts/block-and-unblock-users)                                               | How to block or unblock a user's access to your applications.                                                          |
| [Unlink Devices from Users](/docs/manage-users/user-accounts/unlink-devices-from-users)                                           | How to unlink devices assigned to users in the Auth0 Dashboard.                                                        |
| [Delete Users](/docs/manage-users/user-accounts/delete-users)                                                                     | How to delete users in the Auth0 Dashboard.                                                                            |
| [Get User Information on Unbounce Landing Pages](/docs/manage-users/user-accounts/get-user-information-on-unbounce-landing-pages) | How to create a UI element that will trigger the login with a provider.                                                |
