Get Share Permission Information for a Session
Gets information about the specified share permission for the session.
Authorizations: Sessions - VIEW
Requests
GET /apis/sessions/:sessionId/shares/:shareId
Response
Success
{
"data": {
"id": "a78758cc-48da-47ad-bc6e-6c8564badb7e",
"shareType": "USER",
"permission": "EDIT",
"name": "viewer",
"email": null
}
}
Error
Code | Payload | Description |
---|---|---|
404
|
| No user or group was found. |