Is there an easy way to retrieve a list of all the space owners for confluence? I have like 300 spaces
@Maria Gonzalez If you just need to see the list of spaces with owners, you can:
Notes:
Hey there @Maria Gonzalez ,
Notice that the Space Owner feature was only recently rolled out as originally Spaces only had Creators.
The Space Reports feature will generate a list of Spaces that includes Space Creator details.
In order to generate it:
The direct URL to access this is:
https://<your-domain>.atlassian.net/wiki/admin/space-reports
Reference: See and learn about all of your spaces with the new Space Reports feature! (May, 2024)
As the Space Owner feature has been recently released as per Spaces now have owners! (late July, 2025) the Space Owner column was not originally included in Space Reports.
As @Valerie Knapp mentioned, it's possible to use the Get Space by ID REST API endpoint to find details about Space Owners (as it will return a "spaceOwnerId" value), but you'll need to apply some scripting to cover all ~300 Spaces.
Here's how the request would look like:
https://<your-domain>.atlassian.net/wiki/api/v2/spaces/1234567890
Hope this helps! =]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Maria Gonzalez , welcome to the Atlassian Community and thanks for your post.
As far as I know, Fabio's answer from 2022 is still correct - https://community.atlassian.com/forums/Confluence-questions/How-to-get-list-of-all-Confluence-spaces-and-their-admins/qaq-p/2107985
You would need to use the REST API in Postman or similar to retrieve this information in bulk.
Best wishes
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.