Skip to main content

Get Video Share Permissions

Gets information about the specified access permissions for a video. See Get Share Permissions for a Session.

Authorizations: Recordings - VIEW

Requests

CODE
GET /apis/assets/:assetId/shares/:shareId

Response

Success

CODE
{
 "data": {
   "id": "a78758cc-48da-47ad-bc6e-6c8564badb7e",
   "shareType": "USER",
   "permission": "EDIT",
   "name": "viewer",
   "email": null
 }
}

Error

Code

Payload

Description

403

{"code":"030003", "name":"CannotShare",
"message": "Cannot share",
"httpStatusCode": 403}

User is not allowed to share to this permission ID.

Ex.: User has the WATCH access permission, but is trying to share to the OWN level.

404

{"code":"040021", "name":"UserGroupNotFound",
"message":"User or Group not found",
"httpStatusCode":404}

A share for the specified user or group ID does not exist.

404

{"code":"040025", "name":"SharePermissionNotFound",
"message":"Share permission not found",
"httpStatusCode":404}

The share permission to share with was not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.