I am trying to create a new user using both the Auth0 Dashboard and from my own API. I am unable to do either.
When trying to create the user from the dashboard, I receive the error ‘This user already exists’, despite the user not appearing on my list of users and not appearing when a search for the user is conducted.
When trying to create the user from my API, I receive a response saying that a wrong email or password was entered, indicating that the user already exists.