shareAction resource type

Namespace: microsoft.graph

The shareAction resource provides information about an activity that shared an item.

Note: Item activity records are currently only available on SharePoint and OneDrive for Business.

Properties

Property name Type Description
recipients identitySet collection The identities the item was shared with in this action.

JSON representation

{
  "recipients": [{"@odata.type": "microsoft.graph.identitySet"}]
}