Creation of a custom API endpoint

GreenZone

Member
Licensed customer
I'm trying to build some automation scripts that can automatically add members that sign up for something on one of my membership sites to a private forum in Xenforo.

I've created some Javascript / Python scripts that can interact with the Xenforo API, but the Xenforo API is still relatively new and is lacking some important features.
The biggest pain point I have right now is that there's no way to search for a forum user by their email address.

There's an API endpoint called "get users/findname", but that's for searching for a username rather than an email address.
There's no API endpoint such as "get users/findemail"

I need to be able to provide the user's email as the input and obtain the user id as the result/output of that API call.

Once I obtain that user ID, then I would use that in a separate API call in order to join the user to one of the private forum groups.

Please let me know if this is something you could assist with.

---

Update:
This job has now been completed by a developer, so there is no further need to make contact with me.
Thanks.
 
Last edited:
Back
Top Bottom