Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.06 KB

File metadata and controls

46 lines (37 loc) · 1.06 KB
title emailIdentity resource type
description Represents the email identity of a user.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 03/21/2024

emailIdentity resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the email identity of a user.

Inherits from identity.

Properties

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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