| author | daspek |
|---|---|
| title | shareAction resource type |
| description | The shareAction object provides information about who an item was shared to in a share action. |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
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.
| Property name | Type | Description |
|---|---|---|
| recipients | identitySet collection | The identities the item was shared with in this action. |
{
"recipients": [{"@odata.type": "microsoft.graph.identitySet"}]
}