I am looking for a suitable confluence REST API to get all the users having access to an unrestricted page.
If you look at the content properties you can get the list of groups/users that can view the page. API doc below:
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-properties/#api-group-content-properties
If you need to expand the groups into users:
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-group/#api-wiki-rest-api-group-member-get
If there were restrictions, I know you said w/o restrictions, this would be what you'd want to look at, REST API wrt getting restrictions is here:
https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-content-restrictions/#api-wiki-rest-api-content-id-restriction-get
It looks like you're new here. Sign in or register to get started.