More than 10 users with admin/user
Answered
Hi,
i use the REST call "admin/user/<group> to get a list of users in a group. But here i only get the first 10 users, no matter how many users are in these groups. It seems that there is a limit in the amount of users that i get with this call, like the number of issues with the "issues/byproject/<projectmane>"-call. Here i can set the maximum number of issues, but i don't have this option in the "admin/user"-call.
Is there another way to get all users (not only 10) of a group? Or do i have to split the users in 2 separate groups?
Best regards
Thomas
Please sign in to leave a comment.
OK, problem solved ... "start=..." is the solution. Sorry, i haven't noticed it before ;-)