XF 2.1 API endpoint to get a user by email address

Sim

Well-known member
There doesn't seem to be an API endpoint for retrieving a user by email address?

Is there a more efficient approach to this than retrieving all users and filtering the results to find a user using their email address?
 
Probably the most efficient would be to create a small addon for that with a new endpoint :)

I already have a small addon which provides my own endpoint to retrieve this information to integrate with my HelpDesk system :cool:

The whole point of a REST API is that I shouldn't have to write a small addon to provide a new endpoint :p
 
Top Bottom