atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

API method to check if a user has permission on a specific page/space

Open amitjoy opened this issue 4 months ago • 2 comments

I am currently looking for an API which would return if another user has READ permission on a specific space/page. I stumbled upon /wiki/rest/api/content/{id}/permission/check [1] which I think could be used for my scenario. However, I could not find any API method in the library to verify my assumption though.

[1] - https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-permissions/#api-group-content-permissions

amitjoy avatar Apr 11 '24 10:04 amitjoy