Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to fetch all the users present into a group which is mapped with JSM product

d_b_kumar_chauhan
March 27, 2026

Hi,

I want to fetch all the users present into a group which is mapped with JSM product. Please provide API for this.

2 answers

3 votes
Tomislav Tobijas
Community Champion
March 27, 2026

Hi @d_b_kumar_chauhan ,

I know you can use the following endpoint GET Get groups in an organization to list out all groups and find the correct group ID. After that, you can use endpoints such as:

GET /rest/api/3/group/member?groupId={groupId}

to get all users from a specific group using the group ID that you've got from the previous endpoint.

You could probably also use this one GET Get group role assignments to then see app assignment (e.g., is it assigned to JSM app), and once you have that, then switch to fetching group members.

It probably does need to fetch everything and then iterate through the results, but maybe there's a quicker way you could use 👀 (hopefully someone will chime in to the discussion with their insights)

Cheers,
Tobi

0 votes
Arkadiusz Wroblewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 27, 2026

Hello @d_b_kumar_chauhan 

GET /rest/api/3/group/member?groupId=<groupId>

You can also use groupname

That returns the members of the group as a paginated response.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events