Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.42 KB

File metadata and controls

42 lines (33 loc) · 1.42 KB
title communicationsEncryptedIdentity resource type
description Represents the identity of a user whose underlying identity isn't available to the application due to privacy restrictions.
author rahulva-msft
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

communicationsEncryptedIdentity resource type

Namespace: microsoft.graph

Represents the identity of a user whose underlying identity isn't available to the application due to privacy restrictions. For example, in a group call, participants other than the one who invited a Skype consumer user don't have access to the identity of that user in the call roster.

Inherits from identity.

Properties

Property Type Description
displayName String The display name associated with the user. Inherited from identity.
id String The user's encrypted identifier. Inherited from identity.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String (identifier)"
}