XF 2.3 API user filtering question

chrisf

Member
Hi, trying to leverage an existing n8n install to check new account registrations in xenforo against our non-profits member database which is a SaaS app. I have the integration to the SaaS app working but I was trying to leverage the XenForo API to search for users with a user_state of awaiting approval. Looking at the API documentation it does not look like there is a way via the API to do this. I wanted to double check to see if you guys had any better ideas as I was trying to avoid direct database queries or a webhook but I think I am going to have to. Any guidance is appreciated. thanks
 
You'd have to extend the API in order to make this fetch, the existing API doesn't allow you to do this as of now.
 
Back
Top Bottom