Skip to content

Permission sets

api-version: 1.0

Get the permission set data

GET  /{collectionId}/{storageId}/_api/rest/permissions/permissionsets/{Id}

Parameters

Name In Required Type Description
collectionId path true string The ID of the storage collection.
storageId path true string The ID of the tenant.
Id path true string The ID of the permission set

Responses

Success 200

Name Type Description
count integer The number of returned values.
values PermissionSetsPermission The permission sets permission.

Error 4xx

Name Type Description
message string The error message.
output OperationResultOutput The result output.
type OperationResultType The result type.
data OperationError The list of errors.

Examples

Get the list of facets

Request

GET https://demo.symbioworld.com/pz/showcase/_api/rest/permissions/permissionsets/7dd2a8fd-e262-494b-86b4-54ed74681d21

Response (200 OK)

{
    "id": "7dd2a8fd-e262-494b-86b4-54ed74681d21",
    "users": [],
    "userGroups": [
        "1fe01960-8f0c-4423-928a-30782efd083d",
        "34b87d93-083a-48d0-8891-920ca6e51a3a"
    ]
}

Definitions

PermissionSetsPermission

Name Type Description
id string The id of the permission set
usergroups List The list of the groups Id's
users List The list of the users

OperationResultOutput

Name Type
volatile string
permanent string
dialog string
inline string

OperationResultType

Name Type
critical string
error string
warning string
success string
unauthorized string

OperationError

Name Type Description
error string The error message.