You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/onlinemeeting-get.md
+55-5Lines changed: 55 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,10 @@ Retrieve the properties and relationships of an [onlineMeeting](../resources/onl
17
17
For example, you can:
18
18
19
19
- Get details of an online meeting using [videoTeleconferenceId](#example-1-retrieve-an-online-meeting-by-videoteleconferenceid), [meeting ID](#example-2-retrieve-an-online-meeting-by-meeting-id), [joinWebURL](#example-3-retrieve-an-online-meeting-by-joinweburl), or [joinMeetingId](#example-4-retrieve-an-online-meeting-by-joinmeetingid).
20
-
- Use the `/attendeeReport` path to get the attendee report of a [Microsoft Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events) in the form of a download link. **(deprecated)**
20
+
- Use the `/attendeeReport` path to get the attendee report of a [Microsoft Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events) in the form of a download link, as shown in [example 5](#example-5-fetch-attendee-report-of-a-teams-live-event-deprecated). **(deprecated)**
21
+
- Use the `/recording` and `/alternativeRecording` paths to get the recordings of a [Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events) in the form of a download link, as shown in [example 6](#example-6-fetch-the-recording-of-a-teams-live-event-deprecated). **(deprecated)**
21
22
22
-
Teams live event attendee report **(deprecated)**is an online meeting artifact. For details, see [Online meeting artifacts and permissions](/graph/cloud-communications-online-meeting-artifacts).
23
+
Teams live event attendee report **(deprecated)**and Teams live event recordings **(deprecated)** are online meeting artifacts. For more information, see [Online meeting artifacts and permissions](/graph/cloud-communications-online-meeting-artifacts).
23
24
24
25
> [!CAUTION]
25
26
> Teams live events was not removed on September 30, 2024, as previously announced. You can continue to use Teams live events; however, to get the latest new features and experiences, we recommend that you use [Teams town halls](https://support.microsoft.com/en-us/office/switch-from-microsoft-teams-live-events-to-town-halls-c71bf6e2-ece1-4809-900e-51271f39ac72) and the [Microsoft Graph virtual event townhall APIs](../resources/virtualeventtownhall.md) instead.
@@ -68,7 +69,7 @@ GET /communications/onlineMeetings/?$filter=VideoTeleconferenceId%20eq%20'{video
Permissions for the following HTTP requests that apply only to Microsoft Teams live events:
106
107
107
108
<!-- { "blockType": "ignored" } -->
108
109
@@ -164,6 +165,16 @@ GET /me/onlineMeetings/{meetingId}/attendeeReport
164
165
GET /users/{userId}/onlineMeetings/{meetingId}/attendeeReport
165
166
```
166
167
168
+
To get the recordings of a [Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events) with delegated (`/me`) and app (`/users/{userId}`) permission: **(deprecated)**
169
+
<!-- { "blockType": "ignored" }-->
170
+
171
+
```http
172
+
GET /me/onlineMeetings/{meetingId}/recording
173
+
GET /me/onlineMeetings/{meetingId}/alternativeRecording
174
+
GET /users/{userId}/onlineMeetings/{meetingId}/recording
175
+
GET /users/{userId}/onlineMeetings/{meetingId}/alternativeRecording
176
+
```
177
+
167
178
> [!NOTE]
168
179
> -**userId** is the object ID of a user in [Microsoft Entra admin center > user management page](https://entra.microsoft.com/#blade/Microsoft_AAD_IAM/UsersManagementMenuBlade). For more details, see [Allow applications to access online meetings on behalf of a user](/graph/cloud-communication-online-meeting-application-access-policy).
169
180
> -**meetingId** is the **id** of an [onlineMeeting](../resources/onlinemeeting.md) object.
GET https://graph.microsoft.com/v1.0/me/onlineMeetings/MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZiMi04ZdFpHRTNaR1F6WGhyZWFkLnYy/recording
793
+
```
794
+
795
+
The following request uses application permission.
796
+
<!-- { "blockType": "ignored" }-->
797
+
```msgraph-interactive
798
+
GET https://graph.microsoft.com/v1.0/users/dc74d9bb-6afe-433d-8eaa-e39d80d3a647/onlineMeetings/MSpkYzE3Njc0Yy04MWQ5LTRhZGItYmZiMi04ZdFpHRTNaR1F6WGhyZWFkLnYy/recording
0 commit comments