Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 915 Bytes

File metadata and controls

42 lines (34 loc) · 915 Bytes
title callParticipantInfo resource type
description Represents the details for a call participant.
author RamjotSingh
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

callParticipantInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details for a call participant.

Properties

Property Type Description
participant identitySet Identity of the call participant.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.callParticipantInfo",
  "participant": {
    "@odata.type": "microsoft.graph.identitySet"
  }
}