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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.