Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.33 KB

File metadata and controls

52 lines (40 loc) · 1.33 KB
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

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"}]
}