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?
Currently we only support searching by user id.
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?