Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 1.31 KB

File metadata and controls

60 lines (48 loc) · 1.31 KB
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

workbookCommentMention resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the person mentioned in a workbook comment.

Properties

Property Type Description
email 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "email": "String",
  "id": "Int32",
  "name": "String"
}