This question is in reference to Atlassian Documentation: How to list which spaces a user can access
Ask your question here...
You could achieve that using the Java API. At least that's what I'm working with.
Some classes that might help you there might be:
I never used the REST API but maybe this link might help you:
https://developer.atlassian.com/confdev/deprecated-apis/confluence-xml-rpc-and-soap-apis/remote-confluence-methods#RemoteConfluenceMethods-Permissions.1
This is a deprecated REST API though, but it should still work.
What exactly do you mean?
You'll get the information using the shown SQL query. For that you need the permissions on the database server.
Do you want to display this information or what do you need the API for?
Yes, I do not have access to the database, so maybe displaying the result via some API is a solution.
It looks like you're new here. Sign in or register to get started.