url = "https://api.atlassian.com/ex/confluence/{cloudid}/wiki/api/v2/spaces/{space_id}/permissions"
as per documentation this is the url url = "https://{your-domain}/wiki/api/v2/spaces/{id}/permissions"
getting
{'code': 401, 'message': 'Unauthorized; scope does not match'}
I have used the same domain for other requests it is working , but for getting space level permission getting above error
Used this for getting space list https://api.atlassian.com/ex/confluence/{cloudid} /rest/api/space' and it gives all the space list
I am able to get page level permission and getting attachments , but space level permission only not able to get
I have created Oauth2.0 app for accessing the confluence cloud
Can you please let me know , what I am missing here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're not missing anything, space permissions are not supported on the Free plan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its quite strange I am able to get page level permission , like which user has whether edit or view access on the page and after making the page restitched in the confluence cloud and giving some permission to the particular user there and then through rest api able to see which user has what level of access on the page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here above I am using free version confluence cloud FYI
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.