If you use the REST resource /user/search, you can pass maxResults parameter like this:
GET /rest/api/2/user/search?maxResults=100
No, it doesn't work. JIRA returns 50 results. This query works
curl -D- -u adminuser:password -H "Content-Type: application/json" -n -X GET -d '{"name":"$USERNAME"}' "http://localhost:8080/rest/api/2/group/member?groupname=[name-of-a-group]&startAt=0[51]&maxResults=50[101]" | tr "," "\n" | grep key >> output4
Though it is VERY unconvenient
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May i know how do you run this command? and what application did you used? thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.