Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 2.08 KB

File metadata and controls

64 lines (50 loc) · 2.08 KB
title meetingParticipants resource type
description Participants in a meeting.
author awang119
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

meetingParticipants resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Participants in a meeting.

Properties

Property Type Description
attendees meetingParticipantInfo collection Information of the meeting attendees.
organizer meetingParticipantInfo Information of the meeting organizer.
producers (deprecated) meetingParticipantInfo collection For broadcast meeting only.
contributors (deprecated) meetingParticipantInfo collection For broadcast meeting only.

Caution

The producers and contributors properties are deprecated. All meeting participants are returned in the attendees collection. Use the role property of meetingParticipantInfo to identify the meeting role of the attendee.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
  "organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"},
}