A reference to a user or group that is the recipient of a share or assigned permission.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
type | string | element | 0/1 | Type of the recipient.
For assigned permissions, allowed values are:
For share recipients, allowed values are:
|
|
Properties inherited from longIdLinkPair |
|||||
href | string | element | 0/1 | The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest). | |
id | long | element | 0/1 | The ID of the resource. |
Example
<recipient> <type>...</type> <id>...</id> <href>...</href> </recipient>