Recipient Data Type

A reference to a user or group that is the recipient of a share or assigned permission.

Properties
name data type description
type string Type of the recipient. It can be either user or group.
Properties inherited from LongIdLinkPair
href string The path to the resource. This is relative to the root of the REST API (https://serveraddress/rest).
id number The ID of the resource.

Example

{
  "type" : "...",
  "id" : 12345,
  "href" : "..."
}