I’m trying to import users from the “VIP Members” group on my XenForo site into n8n using GET https://siteadresim.com/api/users/?group_id=
, 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.