Get Page Restrictions
confluence_get_page_restrictionsRetrieve view and edit restrictions for a Confluence page, including users and groups with access. Returns empty lists for unrestricted operations.
Instructions
Get view and edit restrictions for a Confluence page.
Returns the current restriction lists for the read (view) and update (edit) operations. An empty list means the page is unrestricted for that operation.
Args: ctx: The FastMCP context. page_id: The ID of the page.
Returns:
JSON string with read and update restriction lists, each
containing users (account IDs) and groups (group names).
Raises: ValueError: If Confluence client is not configured or available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |