Updated User Email Results in User with Old Email Does Not Exist in Auth0 Database
Sep 10, 2025
Overview
This article addresses the situation in which an admin is not able to update specific user email with custom DB import OFF. The update results in error:
400: User with old email does not exist in Auth0 database
Solution
Now, since the import mode is OFF, and there is no user profile in the legacy DB against the email with which the user logged in for the first time, the update results in the observed error.
Since the user profile in Auth0 has a different email than the one in the legacy DB, try logging in with the new email (present in the legacy DB for the same user_id).
This should sync the user profile in Auth0.