Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.38 KB

callrecords-participantbase.md

File metadata and controls

52 lines (40 loc) · 2.38 KB
author description title ms.localizationpriority doc_type ms.subservice
mcm223
Represents the base identity of a participant or organizer in a callRecord.
participantBase resource type
medium
resourcePageType
cloud-communications

participantBase resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents the base identity of a participant or organizer in a callRecord.

Base type of organizer and participant.

Properties

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

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 and organizer resources, see callRecord.