Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1 KB

File metadata and controls

43 lines (36 loc) · 1 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 04/03/2024

emailIdentity resource type

Namespace: microsoft.graph

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