API users by email

thiago2 years ago

I need to look for a specific user in the database, I searched the documentation and just found a GET /api/users where it returns all the users in the database. I think that doing this action through a Mobile Application, where the bandwidth resource is scarce in many cases, is wrong. I created a backend that does this service and exposes a new email search API. Is there any other way to do this way?

Anton Tananaev2 years ago

Currently we only support searching by user id.