I don't seem to be able to use maxResults to get any users past the default (50)
Can I not get all users without having to get them paginated?
https://site.atlassian.net/rest/api/3/group/member?maxResults=250&groupname=group&includeInactiveUsers=false
Hi @Max Haley
I have not used that one before, and based on the documentation for the REST API: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#pagination
maxResults is the maximum number of items that a page can return. Each operation can have a different limit for the number of items returned, and these limits may change without notice. To find the maximum number of items that an operation could return, set maxResults to a large number—for example, over 1000—and if the returned value of maxResults is less than the requested value, the returned value is the maximum.
So perhaps 50 is the limit for that endpoint.
You may want to also ask this question in the Developer Community to see if someone from Atlassian answers: https://community.developer.atlassian.com/
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.