| title | workbookCommentMention resource type |
|---|---|
| description | Represents the person mentioned in a workbook comment. |
| ms.localizationpriority | medium |
| author | AmandaHan123 |
| ms.subservice | excel |
| doc_type | resourcePageType |
| ms.date | 09/05/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the person mentioned in a workbook comment.
| Property | Type | Description |
|---|---|---|
| String | Represents the email address of the person that is mentioned in a comment. | |
| id | Int32 | Represents the ID of the person that is mentioned in a comment. |
| name | String | Represents the display name of the person that is mentioned in a comment. |
None.
The following JSON representation shows the resource type.
{
"email": "String",
"id": "Int32",
"name": "String"
}