Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.45 KB

File metadata and controls

54 lines (43 loc) · 1.45 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

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.

JSON representation

The following JSON representation shows the resource type.

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