I created a user with an extremely long email address and it returns a 200 response code, but an empty body.
Hi @kthomas182,
Welcome to the Auth0 Community!
Could you please provide an example email (this can be a similar, fake email address) so I can recreate the issue? Thank you.
Hi @kthomas182,
That seemed to work okay for me.
Is it possible there is an issue with case-sensitivity? For reference, Auth0 database users are automatically converted to lower-case, and the search-by-email endpoint is case sensitive.
Ok, so i think the issue is actually my + in the email address when searching. It needs to be encoded
devmywebsite+483510003954user1234567890@gmail.com
converts to this:
devmywebsite%2B483510003954user1234567890%40gmail.com
Passing in the encoded email address was successful. Thanks for your help
Awesome! Glad you got it figured out.
