API endpoint: Find a User by Criteria

xF2 Add-on API endpoint: Find a User by Criteria 1.0.1

No permission to download

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,425
Points
823

Reputation:

ENXF NET submitted a new resource:

API endpoint: Find a User by Criteria - Adds an API endpoint to find a user by criteria: user_id, email, or username

Adds a new endpoint to the Users API controller allowing developers to retrieve a user based on one of three criteria:
  1. user_id
  2. email
  3. username
All parameters are optional and if more than one is specified, the search is performed against each criteria above in the order listed.

For example, if all three parameters are specified and a user_id match is found, that will be returned regardless of the email or username parameters. Similarly, if the user_id is not found...

Read more about this resource...
 
Top