Hello,
using the REST API, is there a way to get the spaces which are listed under "Your spaces" in confluence for a specified user using the API and a user ID?
Right now I'm thinking of a combination of using:
"https://{your-domain}/wiki/api/v2/spaces"
fetching all spaces in my domain and then using:
"https://{your-domain}/wiki/api/v2/spaces/{id}/permissions"
and filter out the response body.
But this won't give me the "Your spaces", right?
Atleast if I try to do these steps with my own user ID the response is empty but I definitely have some spaces with permissions under "Your spaces".
Is what I'm trying to do even possible with the REST API v2?
Thanks in advance!
@Sönke Heins Welcome! You might take a look at this link: https://community.atlassian.com/t5/Confluence-questions/Using-the-REST-API-I-need-to-get-a-list-of-all-spaces-with-the/qaq-p/1482806
Nicolas
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.