How to get all the users in a group for jira via REST API?

Lasith Chandrasekara July 22, 2015

Hi All,

I want to get all the users for a given JIRA group via API? 

How can I do it, I can't find such a facility on https://docs.atlassian.com/jira/REST/latest/#d2e2665

 

Thanks. 

1 answer

1 accepted

2 votes
Answer accepted
Lasith Chandrasekara July 22, 2015

Ok found the solution. 

API call is,

https://<API_username>.atlassian.net/rest/api/2/group?groupname=<group_name>&expand=users

Suggest an answer

Log in or Sign up to answer