You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Which api of confluence permission is? I want to get the authorized user or group in the page, how can I get this data?
Hi @apathytz , just checing Confluence Java API and it looks like there are quite useful methods which can be invoked on Page (https://docs.atlassian.com/ConfluenceServer/javadoc/7.10.1/com/atlassian/confluence/pages/Page.html) object, like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can use this endpoint : https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-api-content-get and you can use expand attribute to require permissions info. So for getting read restrictions for users and groups, it can be like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you very much. This API is for obtaining page permissions. Is there an API for obtaining space permissions? For example, I want to get a certain space, who can create or delete documents, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get details of Space permissions configuration using:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.