User Accounts
Learn about working with user accounts in Auth0.
Manage Users Using the Dashboard
Describes how to manage users in the Auth0 Dashboard.
Manage Users Using the Management API
Learn how to create a user and view users and their profile details using the Management API.
Verify Emails using Auth0
Overview of the different ways to verify user emails using Auth0
Create Users
Describes how to create users in the Auth0 Dashboard.
Identify Users
Learn how to uniquely identify users.
View User Details
How to view users and their profile details.
Change User Pictures
Learn how to use user metadata to change a user's picture field and how to change the default picture for all users.
Manage User Access to Applications
Explains the basics of a user profile, how to create a user and view users and their profile details.
Deny User Access to an API with Rules
Learn how to use Auth0's Authorization Extension to deny users access to an API using rules.
How to Block and Unblock Users as a Tenant Administrator
Control a user's ability to log in to your application by adding or removing tenant administrator blocks.
Unlink Devices from Users
Describes how to unlink devices assigned to a user using the Auth0 Dashboard.
Delete Users
Describes how to delete users.
Get User Information on Unbounce Landing Pages
How to get user information with one-click social authentication on Unbounce landing pages.
Resend Verification Emails
Describes how to resend verification emails to users via the Auth0 Management Dashboard and the Auth0 Management API.
User Profiles
Auth0 User Profile Attribute Schema
View a reference for Auth0 user profile attributes, including validation requirements and support for features like search and upsert.
Normalized User Profiles
Understand how Auth0 normalizes common user properties in the user profile.
Understand How Progressive Profiling Works
Understand how progressive profiling can gather information about users over time as they engage with your website or application.
Use Verified Email in User Profiles
Outlines proper usage of the email_verified field in a user profile.
Configure Identity Provider Connection for User Profile Updates
Learn how to update connection preferences for an upstream identity provider so you can control when user profile root attributes are updated.
Update User Profiles Using Your Database
Learn how to update user profiles when using your own database as an identity provider.
Modify Attributes
3 pages
Metadata
Understand How Metadata Works in User Profiles
Describes Auth0 user, application, and client metadata. Learn how you can use metadata to store information that does not originate from an identity provider.
Metadata Field Names and Data Types
Describes user metadata, app metadata, and application (client) metadata field names, data types, and limitations and restrictions.
Manage Metadata Using the Management API
Learn how to create, update, merge, and delete metadata with the Management API.
Manage Metadata with Rules
Learn how to manage with app metadata, user metadata, and client metadata using Rules.
Manage Metadata with Lock
Learn how to manage user and app metadata with the Auth0 Lock library.
Configure Application Metadata
Learn how to configure, update, and delete application metadata (client_metadata and clientMetadata) in the Auth0 Dashboard Applications Advanced Settings.
Manage User Metadata with the post-login Action Trigger
Learn how to use the post-login Action trigger to modify user_metadata and app_metadata as part of a userâs login flow.
User Account Linking
User Account Linking
Understand how user accounts can be linked in Auth0 from various identity providers.
Link User Accounts
Understand how to link user accounts from various identity providers, so your users can authenticate from any account and be recognized by your app.
Unlink User Accounts
Learn how to use the Management API Unlink a User Account endpoint to unlink an identity from the target user account making it a separate user account again.
User-Initiated Account Linking: Client-Side Implementation
Learn how to provide a client-side UI that allows users to authenticate to their other accounts and link these to their primary account using a SPA.
User Account Linking: Server-Side Implementation
Describes how to link user accounts with a regular web app using server-side code using a sample scenario.