Change a User Email Address in Auth0

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.

 

Alternatively, update the email address via the Auth0 Dashboard by navigating to the user profile and modifying the settings.

  1. Navigate to Auth0 Dashboard > User Management > Users.
  2. Select the specific <user>.
  3. Choose Actions > Change Email.

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.

 

Related References

Recommended content

No recommended content found...