Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.87 KB

File metadata and controls

56 lines (42 loc) · 1.87 KB
author mcm223
description Represents the base identity of a participant or organizer in a callRecord.
title participantBase resource type
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice cloud-communications
ms.date 05/28/2024

participantBase resource type

Namespace: microsoft.graph.callRecords

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 microsoft.graph.communicationsIdentitySet The identity of the call participant.
administrativeUnitInfos microsoft.graph.callRecords.administrativeUnitInfo collection List of administrativeUnitInfo objects for the call participant.

Methods

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"}]
}

See also

For examples that show how to use the participant and organizer resources, see callRecord.