Adds a new endpoint to the Users API controller allowing developers to retrieve a user based on one of three criteria:
- user_id
- username
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, but the email address is, then the user with that email address will be returned regardless of the username specified.
Multi Prefix - XenForo 2
2.15.1
Attachments