Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"}]
}