Get Space Permissions
confluence_get_space_permissionsLists all permission assignments for a Confluence space, detailing who has access and what operations they can perform. Use this to audit space permissions.
Instructions
List all permission assignments for a Confluence space.
Wraps GET /wiki/api/v2/spaces/{id}/permissions.
Note: This tool is only available for Confluence Cloud. Server/Data Center instances use different permission APIs.
Returns a JSON object with a 'results' list of permission assignment objects. Each entry contains the principal (user or group), the operation permitted, and the target. Use this to audit who has access to a space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of permission entries to return. Defaults to 25. | |
| cursor | No | Optional pagination cursor from a previous response. | |
| space_id | Yes | Numeric ID of the Confluence space. This is the internal space ID, not the space key. Example: '98304'. You can find the space ID from the Confluence REST API (GET /wiki/api/v2/spaces) or from the space URL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |