Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.32 KB

File metadata and controls

52 lines (40 loc) · 1.32 KB
author daspek
title mentionAction resource type
description The MentionAction object provides information about who was mentioned during an activity.
ms.localizationpriority medium
ms.subservice insights
doc_type resourcePageType
ms.date 03/06/2024

mentionAction resource type

Namespace: microsoft.graph

The MentionAction resource provides information about an activity that mentioned people.

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

Properties

Property name Type Description
mentionees identitySet collection The identities of the users mentioned in this action.

JSON representation

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