Table of Contents

OnlineMeetings.ReadWrite

Allows the app to read and create online meetings on behalf of the signed-in user.

Administrators can configure application access policy to allow apps to access online meetings on behalf of a user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the OnlineMeetings.ReadWrite permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier - a65f2972-a4f8-4f5e-afd7-69ccb046d5dc
DisplayText - Read and create user's online meetings
Description - Allows the app to read and create online meetings on behalf of the signed-in user.
AdminConsentRequired Yes No

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: callRecording

Property Type Description
callId String The unique identifier for the call that is related to this recording. Read-only.
content Stream The content of the recording. Read-only.
contentCorrelationId String The unique identifier that links the transcript with its corresponding recording. Read-only.
createdDateTime DateTimeOffset Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
endDateTime DateTimeOffset Date and time at which the recording ends. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
id String The unique identifier for the recording. Read-only. Inherited from entity.
meetingId String The unique identifier of the onlineMeeting related to this recording. Read-only.
meetingOrganizer identitySet The identity information of the organizer of the onlineMeeting related to this recording. Read-only.
recordingContentUrl String The URL that can be used to access the content of the recording. Read-only.