Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.02 KB

File metadata and controls

48 lines (36 loc) · 1.02 KB
title workbookEmailIdentity resource type
description Represents an identity of an actor.
author VictorZheng-qizheng
ms.localizationpriority medium
ms.subservice excel
doc_type resourcePageType
ms.date 07/22/2024

workbookEmailIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an identity of an actor. For example, an actor can be a user who created, modified, or completed a task.

Properties

Property Type Description
displayName String Display name of the user.
email String Email address of the user.
id String The unique identifier of the user.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.workbookEmailIdentity",
  "displayName": "String",
  "email": "String",
  "id": "String (identifier)"
}