List of users who have "Jira Service Management" application access

Hi,

How can I retrieve the list of users who have “Jira Service Management” application access using the Jira packages?

Thanks

Hi,

You could consider using a combination of fetching user groups and comparing those with groups having product access related to Jira.
Another way would be to use the Application Roles endpoint with

GET /rest/api/3/applicationrole

This above API endpoint can give you insights into licensing attributes etc etc…