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 identity providers, your own databases, and enterprise connections (Active Directory, SAML).

Read... To learn...                                
Manage Users Using the Dashboard How to manage users in the Auth0 Dashboard.
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 The basics of Auth0 user profiles.
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 Proper usage of the email_verified field in a user profile.
User Account Linking How, when a user has two accounts with the same email, to prompt the user to link them.
Create Users How to create users using the Auth0 Dashboard.
Identify Users How to uniquely identify users.
View User Details How to use the view user details in the Auth0 Dashboard.
Change User Pictures How to change your users' pictures.
Manage User Access to Applications How to restrict user access to certain applications in your tenant.
Block and Unblock Users How to block or unblock a user's access to your applications.
Unlink Devices from Users How to unlink devices assigned to users in the Auth0 Dashboard.
Delete Users How to delete users in the Auth0 Dashboard.
Get User Information on Unbounce Landing Pages How to create a UI element that will trigger the login with a provider.