In JIRA Service Management if we go to settings >> User Management >> Groups
there are many groups, Now I want to delete those groups which are not in use.
first I want to fetch the groups names and then delete those Groups.
How we can achieve that and also if we have to create the API Token, what should be the scope of the API Token.
Hi @zzSPPowerAutomate_skyworksinc_com
You need to use the API, https://developer.atlassian.com/cloud/admin/user-provisioning/rest/api-group-groups/#api-group-groups
These API endpoints can't be used with a scoped API token, only a full API token is required and the user needs to have Site or Org admin permissions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.