I'm trying to use the /admin/v1/orgs/{orgId}/users API but it looks like I'm unable to get more than 50 results back, I have way more managed users, I also tried to add some pagination, but is not working, it keeps paginating ad eternum.
It is not possible to return more than 50 users at a time for that endpoint. I believe you use the cursor parameter with the returned URL from each call.
Please look here to learn more about the technique:
Kind regards,
Bill
Hi @Matías Völgyi ,
Please try to use the limit
and start
query parameters instead of page
.
If you need more help to to do that let me know please.
Best regards
Oday Rafeh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.