Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 3.51 KB

File metadata and controls

65 lines (49 loc) · 3.51 KB
author mcm223
description Represents the identity of a participant in a callRecord.
title participant resource type
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice cloud-communications
ms.date 03/06/2024

participant resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents the identity of a participant in a callRecord.

Inherits from participantBase.

Note

A known issue related to application identities is associated with this API. For details, see Known issues.

Methods

Method Return Type Description
List participants_v2 microsoft.graph.callRecords.participant collection Get the list of participant objects associated with a callRecord.

Properties

Property Type Description
id String Unique identifier for the call participant. Inherited from participantBase.
identity communicationsIdentitySet The identity of the call participant. Inherited from participantBase.
administrativeUnitInfos microsoft.graph.callRecords.administrativeUnitInfo collection List of administrativeUnitInfo of the call participant. Inherited from participantBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "identity": {"@odata.type": "microsoft.graph.communicationsIdentitySet"},
  "administrativeUnitInfos": [{"@odata.type": "microsoft.graph.callRecords.administrativeUnitInfo"}]
}

Related content

For examples that show how to use the participant resource, see callRecord.