Groups API now requires pagination in latest release?

Up until the latest update 3 days ago, I believe this returned all 1100 of my members:

https://forum.example.com/groups/trust_level_0/members.json?limit=10000&offset=0

Now it fails if limit is greater than 1000 with:

{“errors”:[“You supplied invalid parameters to the request: limit”],“error_type”:“invalid_parameters”}

Is this intentional? Do I now have to use pagination to get all my users?

1 Like

Yes, this is intentional. Not paginating these big groups was a bit of a fail on our part.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.