Set Page Restrictions
confluence_set_page_restrictionsSet view and edit permissions on a Confluence page by specifying users or groups. Replaces existing restrictions, or removes all restrictions when no lists are provided.
Instructions
Set view and edit restrictions on a Confluence page.
Replaces all existing restrictions with the provided lists. Omitting all parameters (or passing empty lists) removes all restrictions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page to restrict | |
| edit_users | No | (Optional) Account IDs (Cloud) or usernames (Server/DC) allowed to edit the page. | |
| read_users | No | (Optional) Account IDs (Cloud) or usernames (Server/DC) allowed to view the page. Empty list = unrestricted. | |
| edit_groups | No | (Optional) Group names allowed to edit the page. | |
| read_groups | No | (Optional) Group names allowed to view the page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |