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
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
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide