/v1/permissionItems/resolveEntityPermissions
post
Field | Type | Required | Description |
---|---|---|---|
Authorization | string | Yes | Access token Example: Bearer <token> |
Content-Type | string | Yes | HTTP JSON request content type Example: application/json |
Parameters for resolving entity permissions within a workspace.
Input for resolving entity permissions. Used to check what permissions an entity has on specific resources.
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes Example: 1024 |
Response containing resolved permission items.
A resolved permission item showing whether an entity has access to perform a specific action on a target resource.
Represents the resolved target of a permission item, indicating what resource the permission applies to.
Field | Type | Required | Description |
---|---|---|---|
Content-Type | string | Yes | HTTP JSON response content type Example: application/json |
Content-Length | string | Yes | HTTP response content length in bytes |