A reference to a user or group that is the recipient of a share or assigned permission.
| name | data type | description |
|---|---|---|
| type | string | Type of the recipient.
For assigned permissions, allowed values are:
For share recipients, allowed values are:
|
Properties inherited from LongIdLinkPair |
||
| id | number | The ID of the resource. |
| href | string | The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest). |
Example
{
"type" : "...",
"id" : 12345,
"href" : "..."
}