RoiOriginal post
Rank 1: Thread
- I created a user using OAuth2. - was worked fine.
- deleted the user using the cloud UI. - the user dosent show in the UI.
- Trying to create the user again using OAuth2 I got a 400 general_bad_request
- Trying to create the user again using the cloud UI I get: "A user with the same email already exists in the current project."
Summary
Issue: A user with the same email already exists in the current project after deletion.
- Developer created a user with OAuth2, which was successful.
- User was deleted via cloud UI, but does not show up in UI.
- Attempts to create the user again using OAuth2 resulted in a 400 general_bad_request error.
- Trying to recreate the user using the cloud UI returns "A user with the same email already exists in the current project."
Solution: Check for any existing remnants of the deleted user in the system and clear them before attempting to recreate the user. Contact support for further assistance if needed.