Get Share Permissions for a Session
The share resource is used to manage access permissions for the session.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/shares |
Response
Success
{ |
Parameters
Property | JSON Type | Property Type | Description |
---|---|---|---|
id | UUID | Immutable | Group ID or user ID. Identifies the share entity. |
shareType | String | Required Immutable | Accepted values:
|
permission | String | Required | Permission level granted to the group or user. Accepted values: WATCH, EDIT, OWN, or <uuid> of admin-defined access permission. |
name | String | Optional | Group name or user name. |
Note
Either id or name must be present. If both are provided, id is used. See User Resources and Group Resources.
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040012", "name":"NoResults", | The specified session has not been shared with any user or group. |