Is there any way to retrieve the user data using the email on the API? I could see that the only query parameter for the user endpoint is the userId. Is that correct?
You can get all users and search by email in the resulting array.
That's exactly what I'm currently doing. I just thought if there was another way.
Thanks!
Is there any way to retrieve the user data using the email on the API? I could see that the only query parameter for the user endpoint is the userId. Is that correct?