I think the answer to this is no, but is there a REST API call I can make to retrieve the top-level space permissions for a given space?
I've been asked to tighten up our exit procedure so that spaces aren't left dying because there is nobody with admin access on a space after people leave.
Thanks.
Hello, @Philip Colmer !
You are right on this matter. The REST API does not support the request you are looking for.
There are, in fact, some threads in our Developer Community about it. There they also proposed solutions to the situation. Take a look:
Let us hear from you, Philip! Looking forward to your reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey all,
Does anybody happen to know if this is still true as of today? /api/space/SPACE_KEY?expand=permissions works on a Confluence Cloud instance but not on my Confluence Server 7.1
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
using 7.3.5, no its still not fixed.
Apparently you need to write your own java plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not REST but it works - use JSON RPC (deprecated) API - https://developer.atlassian.com/server/confluence/remote-confluence-methods/#permissions
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.