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?