Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"}
}