| 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 |
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.
| Property | Type | Description |
|---|---|---|
| organizer | identitySet | The organizer Microsoft Entra identity. |
The following JSON representation shows the resource type.
{
"organizer": { "@odata.type": "#microsoft.graph.identitySet" }
}