Hello,
We want to make a export from the space and groups, this is to see how many groups are connected to the spaces.
When we have a overvieuw of this, we can see if there are multiple groups with the same permissions and users in them. Because we have a hunge that we are using alot of multiple groups with the same results.
Hi @Anne Finger
To export information about spaces and groups in Confluence and analyze their connections, you can follow these steps:
Exporting Space and Group Information
You'll need to make separate API calls for spaces and groups.
REST API endpoint-1
/rest/api/space
REST API endpoint-2
/rest/api/group
REST API endpoint-3
/rest/api/space/{spaceKey}/permission
With your exported data in hand, you can now uncover valuable insights by analyzing:
The analysis will concentrate on three primary objectives:
Identifying the groups associated with each space,
Detecting spaces that share identical or overlapping group permissions,
And exposing users who hold multiple group memberships with comparable permissions.
To facilitate analysis, make use of -
For more help refer the articles listed below:
Export Confluence spaces and pages (kolekti.com)
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.