Does anyone know how to export Confluence groups? I installed Confluence User Export but I am only able to filter then export on a user level.
Hi @James Villa
If you are familiar with REST API, you can use below endpoint to get all a paginated collection of users in the given group.
GET /rest/api/group/confluence-administrators/member
More details about it on this link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.