Is there an Atlassian cloud REST API to get the "Group product access" per group? or just get the groups per product (Jira, Confluence) per user?
Hi Tal,
There is no API that is providing that right now.
The Jira bulk get groups search endpoint does allow you to search for only groups that provide access to a certain Jira product:
The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.
The most likely place it would be added in the future is into the organisations group search API - since that is where product access is really managed:
What is your use case? Its possibly something you could raise a feature request for.
Hi @Tal Zemah Welcome to the community!
To get Jira group information:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-groups-picker-get
Confluence groups:
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-group-group
I am unsure if there are any specific REST APIs for product access. If there are any, you'll probably find them here:
https://developer.atlassian.com/cloud/admin/rest-apis/
I hope that helps.
Cheers,
Melo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.