Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.99 KB

File metadata and controls

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

organizer resource type

Namespace: microsoft.graph.callRecords

Represents the identity of a call or meeting organizer in a callRecord.

Inherits from participantBase.

Properties

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

Methods

None.

JSON representation

The following JSON representation shows the resource type.

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

See also

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