Gets information about the specified share permission for the source.
Authorizations: Sources - VIEW
GET /apis/sources/:sourceId/shares/:shareId
Success
{ "data": { "id": "a78758cc-48da-47ad-bc6e-6c8564badb7e", "shareType": "USER",
{
"data": {
"id": "a78758cc-48da-47ad-bc6e-6c8564badb7e",
"shareType": "USER",
"permission": "EDIT", "name": "viewer", "email": null }}
"permission": "EDIT",
"name": "viewer",
"email": null
}
Error
Code
Payload
Description
404
{"code":"040021", "name":"UserGroupNotFound", "message":"User or Group not found", "httpStatusCode":404}
{"code":"040021", "name":"UserGroupNotFound",
"message":"User or Group not found",
"httpStatusCode":404}
No user or group was found.
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.