Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.54 KB

File metadata and controls

59 lines (46 loc) · 1.54 KB
title organizerMeetingInfo resource type
description Contains details about the meeting organizer.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

organizerMeetingInfo resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains details about the meeting organizer.

To join an existing meeting, you must either provide a combination of the organizerMeetingInfo and the chatInfo resource types, or the tokenMeetingInfo resource type by itself.

Properties

Property Type Description
organizer identitySet The organizer Microsoft Entra identity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "organizer": { "@odata.type": "#microsoft.graph.identitySet" }
}