communicationsEncryptedIdentity resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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 won't have access to the identity of that user in the call roster.

Inherits from identity.

Properties

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

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String"
}