This article explains how to retrieve permissions of a restricted page using Confluence Command Line Interface (CLI).
...
Use the getPermissionList action with the space and title parameters to retrieve a list of all available space , or , page permissions. See getSpacePermissionList for more detailed space permissions. Use the userId parameter to restrict the list to permissions for a specific user.
...
The result for the CLI action is as follows:
The following screenshot shows the Confluence page with the restriction:
Info |
---|
It is recommended to run the action in a test environment before running it in production. |
...