| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Participants in a meeting.
| 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.
None.
The following JSON representation shows the resource type.
{
"attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
"organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"},
}