Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 3.28 KB

callrecords-participant.md

File metadata and controls

58 lines (44 loc) · 3.28 KB
author description title ms.localizationpriority doc_type ms.subservice
mcm223
Represents the identity of a participant in a callRecord.
participant resource type
medium
resourcePageType
cloud-communications

participant resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents the identity of a participant in a callRecord.

Inherits from participantBase.

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.

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.