SpacePermissions
Returns detailed permission settings for one or more spaces, specifying which users and groups have access or administrative rights.
View-Specific Information
Select
The driver uses the Confluence API to process WHERE clause conditions built with the following column and operator:
- SpaceId supports the = operator.
SELECT * FROM SpacePermissions WHERE SpaceId = '123456789'
Note: SpaceId must be included in the WHERE clause to retrieve any data from the SpacePermissions view.
The driver processes other filters client-side.
Columns
| Name | Type | References | SupportedOperators | Description |
| Id [KEY] | String | The unique identifier of the space permission record within Confluence. | ||
| OperationKey | String | Specifies the type of operation the permission applies to, such as view, edit, delete, or administer. | ||
| OperationTargetType | String | Indicates the type of entity that the operation targets, such as space, page, or content. | ||
| PrincipalId | String | The unique identifier of the user or group to whom the permission applies. | ||
| PrincipalType | String | Specifies whether the permission applies to a user, a group, or an anonymous role. | ||
| SpaceId | String |
Spaces.Id | = | The unique identifier of the space to which this permission record belongs. |