Hi,
I have a tenant with more than 10000 users (integration Azure via scim)
I need to get the scim_user_id of all of them, to add some to some groups manually (postman)
I'm doing the query with postman using "SCIM - List all Users", which is basically doing get {{scimurl}}/Users
The answer is ok, but incomplete. I see "totalResults": 16717, but it only returns 1000.
"itemsPerPage": 1000,
"startIndex": 1
Is it possible to get a complete list with all 16000 users?
Is there a way to paginate it?
I thought it would be a postman limitation, but doing the query with a curl (linux command) the result is the same.
Any ideas?
Thanks in advance!
Best regards