Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have been requested by the MD to produce a list of what spaces we have as a company, and who can access those at what level. I could break into each manually and add myself before then checking who has been invited in and at what level, I'm not sure that this would be the quickest method though.
Can anyone suggest a better way please?
FYI in case it isn't obvious from the question - I am an absolute beginner with Confluence / unfamiliar with the product and feel I could be out of my depth for a while until I get the courses completed.
All helpful answers appreciated š
Hi @Steve W and welcome to the community,
Using REST API you can get the list of all spaces by sending this request:
GET /wiki/rest/api/space
For permissions use this
GET /wiki/rest/api/space?expand=permissions
Thank you @Alex Koxaras _Relational_ Exactly what I was looking for š
@Jay Maechtlen I should have listed it is Confluence Cloud, I appreciate your answer though š
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just saw this post -
that's a user macro that lists all space admins, it may be what you need or a real good start.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jay Maechtlen this macro is for Confluence server and not for Confluence Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured it might kick some other ideas loose - I didn't necessarily think it would end up being 'the answer'.
Thanks!
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.