by using this url I am able to see the viewer and editor for the restricted pages , but if we did not put any restriction on the page then there will be two option anyone in the space can view and edit and anyone in this space can view and only some can edit , how to get granular level permission for this unrestricted pages , like which user and which group and also who all in the group can view and edit , how get this data from rest api
Hi @Sachin Somannavar ,
for unrestricted pages, access policy is related to space permission settings. In that way, please use the following rest api https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space/#api-wiki-rest-api-space-spacekey-get that contains also space permissions.
Hope this helps,
Fabio
Thanks Fabio
Can we also extract the users present in the group from the rest api?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sachin Somannavar ,
sure, you can se the following rest api to retrieve users in a group https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-groupid-membersbygroupid-get
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when we invite the people to confluence cloud , they are directly adding into user group , we are not seeing them in the user tab of space permission and they are in some usergroup , what I want is if the page is unrestricted these people which are inside this group , I want to who all the users inside the group and what all the permission they have
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.