We are experiencing a few seemingly random errors when creating users that are within the user email requirements. From what I understand the requirements are 64 characters for the user/local and 256 for the domain. We are also not getting an HTTP 400 back which I would expect for a validation issue. We are using the python management library to create the users but I have confirmed it through the Auth0 Dashboard as well as through the API explorer.
The users that are having issues are:
Unfortunately there is nothing helpful in the error response
"auth0.exceptions.Auth0Error: 500: An internal server error occurred\n"
That error message is similar in the api explorer and dashboard with nothing further to go off of. Any ideas what we are doing wrong? I can update email validators within our platform but from what I can tell these are valid emails.