Get who (users/groups) is administering Jira from a Cloud App

Hello guys,

I’m trying to get the list of users/groups that have the Administer Jira permission globally. We need this because by default Profields security needs to be similar to Jira security to be able to administer it. Later, Profields admins can change that, but at the very beginning, when the admin installs the App the security has to be the same.

I’ve seen that Apps cannot get the global permissions. Reviewing the API, it’s said that the REST resource that returns all Jira permissions is only accesible outside Apps.

Is there any other way to get that info? We need it read-only, we don’t want to modify it.

Cheers.