Hi
We use groups to grant members access and permissions to Confluence spaces.
Using an API is there a way to output the names of all the permission groups that have access to a particular Confluence space?
For example:
Wiki Space Name: Sandbox Project
Space Settings/Space permissions/Groups:
sandbox_project-developers
sandbox_project-managers
sadnbox_project-client
Thanks in advance.
Luis
Yes, that is possible and the API endpoint that you can use to get that information is Get space permissions, it will return the permissions for the specified space and you can then filter out the groups from it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can this be achieved in data server instead of cloud?
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.