/admin/v1/users limit

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 04:01 AM
Can’t remove the limit? Since I have 2000 users and the limit is 300, I won’t be able to read them all
- Labels:
-
API - General

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 05:53 AM
Hi @ortiga88,
You should be able to read them all, it just requires you to make additional calls using the offset
value. You can find more about retrieving users using the AdminAPI here: Retrieve Users

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2022 06:13 AM
but I have not been able to do it with offset, what parameters would be put? when do i put this? request -requestParams @{limit = 400; offset = 400} gives me the maximum result: Count : 300 Apart of the country, it tells you to only return limit records, now I will have to make 2000 requests every second one to one to do this
