Im trying to fetch the list of all our users using the cloud API. I know for sure that we have more than 1000 users, and I am aware of the batch limit of 1000 records.
However, when I try to get around this by using the startAt parameter, I still don't get more than 1000 users. It stops giving me results if I use anything above 1000
for example if I want 20 users after offset 1000:
https://OURSITE.atlassian.net/rest/api/3/user/search?username=&maxResults=20&startAt=1000
it returns no results
try /api/3/users instead /api/3/user
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.