Get user by email via API

Rafael Miquelino 5 years ago

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?

Anton Tananaev 5 years ago

You can get all users and search by email in the resulting array.

Rafael Miquelino 5 years ago

That's exactly what I'm currently doing. I just thought if there was another way.

Thanks!