| 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 |
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.
| Property name | Type | Description |
|---|---|---|
| mentionees | identitySet collection | The identities of the users mentioned in this action. |
{
"mentionees": [{"@odata.type": "microsoft.graph.identitySet"}]
}