confluence_set_restrictions
Set read or update access restrictions on a Confluence page by specifying account IDs and groups. Remove all restrictions by providing empty user and group lists.
Instructions
Set access restrictions on a Confluence page.
Replaces existing restrictions for the given operation. To remove all
restrictions, pass empty users and groups lists.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
operation: The operation to restrict — "read" or "update".
users: List of account IDs to grant access.
groups: List of group names to grant access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| users | No | ||
| groups | No | ||
| page_id | Yes | ||
| operation | Yes |