# Groups API now requires pagination in latest release?

**URL:** https://meta.discourse.org/t/groups-api-now-requires-pagination-in-latest-release/120982
**Category:** Support
**Created:** [6월 21, 2019, 10:37오전 UTC](https://meta.discourse.org/t/groups-api-now-requires-pagination-in-latest-release/120982 "2019-06-21T10:37:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Mark\_Schmucker](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mark_schmucker/32/124810_2.png) [@Mark\_Schmucker](https://meta.discourse.org/u/Mark_Schmucker)
#### Post date: [6월 21, 2019, 10:37오전 UTC](https://meta.discourse.org/t/groups-api-now-requires-pagination-in-latest-release/120982/1 "2019-06-21T10:37:45Z")

</div>

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](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?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [6월 22, 2019, 10:54오전 UTC](https://meta.discourse.org/t/groups-api-now-requires-pagination-in-latest-release/120982/2 "2019-06-22T10:54:46Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [7월 22, 2019, 10:54오전 UTC](https://meta.discourse.org/t/groups-api-now-requires-pagination-in-latest-release/120982/3 "2019-07-22T10:54:53Z")

</div>

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