Auth0 lets me create and update a user with an alias email (e.g. example+auth0@hotmail.com) via the management api, however, if i try to get that user via the users-by-email endpoint it throws a validation error:
users-by-email?email=example+auth0@hotmail.com
{“statusCode”:400,“error”:“Bad Request”,“message”:"Query validation error: 'Object didn’t pass validation for format email (truncated…)
However, If i try an email without alias it works fine
users-by-email?email=example@hotmail.com