Change a User Email Address in Auth0
Last Updated:
Overview
Updating a user email address in Auth0 requires modifying the user profile. This is accomplished by calling the Management API or modifying the user profile directly in the Auth0 Dashboard.
Applies To
- Auth0
- User Management
- Management API
Solution
How is a user email address changed in Auth0?
Update the email address via the Management API by calling the appropriate endpoint.
- Call the Update a User endpoint from the Management API.
Alternatively, update the email address via the Auth0 Dashboard by navigating to the user profile and modifying the settings.
- Navigate to Auth0 Dashboard > User Management > Users.
- Select the specific
<user>. - Choose Actions > Change Email.
NOTE: Regarding the impact of performing the above actions, changing the user email address to a different value triggers session invalidation and effectively logs the user out of the Auth0 authorization server. Changing the user email address to the same value has no effect on the existing user session.