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