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
GET /apis/assets/:assetId/shares/:shareId
Response
Success
{
"data": {
"id": "a78758cc-48da-47ad-bc6e-6c8564badb7e",
"shareType": "USER",
"permission": "EDIT",
"name": "viewer",
"email": null
}
}
Error
Code | Payload | Description |
---|---|---|
|
| 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. |
|
| A share for the specified user or group ID does not exist. |
|
| The share permission to share with was not found. |