I want to retrieve permissions for every pages and attachments in the Confluence.To get the permissions, I am in need of all the users belong to the particular confluence site.But, I can't find any API Endpoint in Confluence API Documentation to achieve the same.
So, if anyone knows that API Endpoint, kindly share the same.
Community moderators have prevented the ability to post new answers.
Here is a reference to API that you are looking for, https://developer.atlassian.com/cloud/confluence/rest/#api-search-user-get
In this API if you pass, 'cql=type=user', it will search for all users.
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.