I want to be able to programmatically add/remove users from the Global Operations Admin role.
Is there an API call that I can use to add/remove users from the Operations Global Admin role for JSM Operations?
I looked through the API documentation for JSM Operations, but nothing for setting a system role. There's only a grouping for handling Custom user roles.
Hi @Gary Spross
As operation is based on a Team, there might be options in the Team API, https://developer.atlassian.com/platform/teams/components/team-public-rest-api/#rest-apis
But I might have misunderstood your question.
@Marc -Devoteam- , thanks for the response. I'm referring to the roles in Operations.
I want to be able to programmatically add/remove users from the Global Operations Admin role.
I see that my question didn't make this clear, so I'll edit it and add this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gary Spross
I think I found this, based on my findings a Global Operation Admin is a user with App admin permissions, so a Jira admin (Product Admin)
So you should be able retract Product admin permissions form users, this will also revoke the Global Operation Admin permission
Unless of course a user is a site or org admin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A user in the Global Operations Admin role does not have to be a Jira Admin. If I look at an existing user, that's in the Global Operations Admin role, within the admin console, there's nothing indicating that they are in this role. It's only from the Operations -> Settings -> Role assignment that this can be seen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Gary Spross
I see, but you can only grant this role from the Operations section, there is no API option for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's what I was afraid of. I was looking to be able to programmatically add/remove users from the Global Operations Admin role via a synced group. Thanks for the back and forth on this.
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.