meetingParticipants resource type
Namespace: microsoft.graph
Represents participants in a meeting.
Properties
Property | Type | Description |
---|---|---|
attendees | meetingParticipantInfo collection | Information about the meeting attendees. |
organizer | meetingParticipantInfo | Information about the meeting organizer. |
JSON representation
The following JSON representation shows the resource type.
{
"attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
"organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"}
}