CData Python Connector for Confluence

Build 25.0.9545

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 connector uses the Confluence API to process WHERE clause conditions built with the following column and operator:

  • SpaceId supports the = operator.
For example, the following query is processed server-side:
SELECT * FROM SpacePermissions WHERE SpaceId = '123456789'

Note: SpaceId must be included in the WHERE clause to retrieve any data from the SpacePermissions view.

The connector 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9545