UsersContentRestrictions
Retrieves restrictions applied to specific content that limit access for individual users. Requires ContentId and supports up to 200 restrictions per operation.
View-Specific Information
Select
The add-in uses the Confluence API to process WHERE clause conditions built with the following column and operator:
- ContentId supports the = operator.
For example, the following query is processed server-side:
SELECT * FROM UsersContentRestrictions WHERE ContentId = '123456789'
Note: ContentId must be included in the WHERE clause to retrieve any data from the UsersContentRestrictions view.
The add-in processes other filters client-side.
Columns
| Name | Type | References | SupportedOperators | Description |
| Operation | String | Specifies the type of operation that the restriction controls, such as read or update access. | ||
| UserKey | String | The unique user key identifying the user to whom the restriction applies. | ||
| DisplayName | String | The display name of the user who is subject to the restriction. | ||
| Username | String | The username of the user associated with the content restriction. | ||
| Type | String | Indicates the type of user, such as known, anonymous, or external. | ||
| ContentId | String | = | The unique identifier of the content item (such as a page or blog post) where the restriction is applied. |