How do I get group membership in “find users” method|| get group members in Jira Cloud API
Not sure about cloud, but in server
[your JIRA url]/rest/api/2/group?groupname=[group-name]&expand=users
This only returns the first 50 users, but you can use tha parameter &startAT=50 to load the second 50 users and so on
I hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.