XF 2.3 Unable to Fetch Group Members from XenForo API in n8n

LeoTR

Active member
Problem Summary:
I’m trying to import users from the “VIP Members” group on my XenForo site into n8n using GET https://siteadresim.com/api/users/, but it always returns an empty list. My API key is correct, and adding pagination parameters (page=1, per_page=25) still yields no results.


Help Needed:


  • Which query parameter or endpoint correctly returns group members?
  • What might be missing in the n8n HTTP Request node settings?
  • Any practical tips for handling pagination?

Thanks.
 
The REST API doesn't return users by groups, so I had an addon made to make it possible to return users by primary and/or secondary groups that may help you:

 
Back
Top Bottom