Search code examples
c#confluenceconfluence-rest-api

How to find the admin users in a space in confluence


I am looking for a (preferably) REST API to find the admin users in a space. The space I am getting from a REST call as below:

/rest/api/space.

I trying to make the call to the API using C#.


Solution

  • This returns the quests:

    URL: /rpc/json-rpc/confluenceservice-v2/getSpacePermissionSet Body: ["","SETSPACEPERMISSIONS"]