above API is returning all the users from Jira Service Management and Jira...however i just want to list the users of Jira alone
I just want to get the list of users under Jira.
Can anyone please suggest the apis to do so.
Hi @legionqa1
You could look at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-member-get
All users are probably in a group, identify the group and then you should be able to get all users.
But if you choose the manage option, you can filter by product and that will give you al the users.
Jira is seen asa a single product, JSM add functionality on top of Jira. the users are all in the same place, they are just granted permissions on the product.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.