meetingParticipants resource type

Namespace: microsoft.graph

Participants in a meeting.

Properties

Property Type Description
attendees meetingParticipantInfo collection
organizer meetingParticipantInfo

JSON representation

The following is a JSON representation of the resource.

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