Show / Hide Table of Contents

OnlineMeetings.Read.All

Allows the app to read online meeting details in your organization, without a signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A DELETE /users/{userId}/onlineMeetings/{meetingId}/registration/registrants/{id}
V1 A GET /me/onlineMeetings/{meetingId}
V1 A GET /me/onlineMeetings/{meetingId}/registration
V1 A GET /users/{userId}/onlineMeetings/{meetingId}
V1 A GET /users/{userId}/onlineMeetings/{meetingId}/registration
V1 A POST /users/{userId}/onlineMeetings/{id}/registration/registrants

Application Permission

Id c1684f21-1984-47fa-9d61-2dc8c296bb70
Display String Read online meeting details
Description Allows the app to read online meeting details in your organization, without a signed-in user.

Resources

externalMeetingRegistration

Property Type Description
allowedRegistrant meetingAudience Specifies who can register for the meeting. Inherited from meetingRegistrationBase.

meetingRegistrant

Property Type Description
customQuestionAnswers customQuestionAnswer collection The registrant's answer to custom questions.
email String The email address of the registrant.
firstName String The first name of the registrant.
id String The unique identifier of the registrant. Read-only.
joinWebUrl String A unique web URL for the registrant to join the meeting. Read-only.
lastName String The last name of the registrant.
registrationDateTime String Time in UTC when the registrant registers for the meeting. Read-only.
status meetingRegistrantStatus The registration status of the registrant. Read-only.

meetingRegistration

Property Type Description
allowedRegistrant meetingAudience Specifies who can register for the meeting.
description String The description of the meeting.
endDateTime DateTime The meeting end time in UTC.
registrationPageViewCount Int32 The number of times the registration page has been visited. Read-only.
registrationPageWebUrl String The URL of the registration page. Read-only.
speakers meetingSpeaker collection The meeting speaker's information.
startDateTime DateTime The meeting start time in UTC.
subject String The subject of the meeting.

onlineMeeting

Property Type Description
allowAttendeeToEnableCamera Boolean Indicates whether attendees can turn on their camera.
allowAttendeeToEnableMic Boolean Indicates whether attendees can turn on their microphone.
allowedPresenters onlineMeetingPresenters Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
allowMeetingChat meetingChatMode Specifies the mode of meeting chat.
allowTeamworkReactions Boolean Indicates whether Teams reactions are enabled for the meeting.
allowedPresenters onlineMeetingPresenters Specifies who can be a presenter in a meeting. Possible values are listed in the following table.
attendeeReport Stream The content stream of the attendee report of a Microsoft Teams live event. Read-only.
audioConferencing audioConferencing The phone access (dial-in) information for an online meeting. Read-only.
broadcastSettings broadcastMeetingSettings Settings related to a live event.
chatInfo chatInfo The chat information associated with this online meeting.
creationDateTime DateTime The meeting creation time in UTC. Read-only.
endDateTime DateTime The meeting end time in UTC.
id String The default ID associated with the online meeting. Read-only.
isBroadcast Boolean Indicates if this is a Teams live event.
isEntryExitAnnounced Boolean Indicates whether to announce when callers join or leave.
joinInformation itemBody The join information in the language and locale variant specified in the Accept-Language request HTTP header. Read-only.
joinMeetingIdSettings joinMeetingIdSettings Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings cannot be modified. To make any changes to this property, the meeting needs to be canceled and a new one needs to be created.
joinWebUrl String The join URL of the online meeting. Read-only.
lobbyBypassSettings lobbyBypassSettings Specifies which participants can bypass the meeting lobby.
participants meetingParticipants The participants associated with the online meeting. This includes the organizer and the attendees.
recordAutomatically Boolean Indicates whether to record the meeting automatically.
startDateTime DateTime The meeting start time in UTC.
subject String The subject of the online meeting.
videoTeleconferenceId String The video teleconferencing ID. Read-only.
In This Article
Back to top Created by merill | Submit feedback