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: concepts/cloud-communications-online-meeting-artifacts.md
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -4,42 +4,26 @@ description: "Learn about online meeting artifacts, such as attendance reports a
4
4
author: "awang119"
5
5
ms.localizationpriority: medium
6
6
ms.subservice: "cloud-communications"
7
-
ms.date: "09/20/2021"
7
+
ms.date: "11/22/2024"
8
8
---
9
9
10
10
# Online meeting artifacts and permissions
11
11
12
-
Online meeting artifacts are content produced during an online meeting or [Microsoft Teams live event](/microsoftteams/teams-live-events/what-are-teams-live-events). You can use the [Get onlineMeeting](/graph/api/onlinemeeting-get) operation to get the following meeting artifacts:
13
-
14
-
- Attendance report of an online meeting, in the form of a JSON response. Attendance reports have the following characteristics:
15
-
- Available for meetings other than Teams live events
16
-
- Only available when the meeting ends
17
-
- Only the meeting organizer can access
18
-
- Includes guest and federated users that were part of the online meeting
19
-
- Recordings of a Teams live event, in the form of a download link that expires in 60 seconds. Recordings have the following characteristics:
20
-
- Only available for Teams live events
21
-
- Only available when the Teams live event ends
22
-
- Only the organizer of the Teams live event can access
23
-
- Attendee report of a Teams live event, in the form of a download link that expires in 60 seconds. Attendee reports have the following characteristics:
24
-
- Only available for Teams live events
25
-
- Only available when the Teams live event ends
26
-
- Only the organizer of the Teams live event can access
12
+
Online meeting artifacts are content produced during online meetings and virtual events like webinars. You can use the [Get meetingAttendanceReport](/graph/api/meetingattendancereport-get) method to get the attendance report of an online meeting, in the form of a JSON response. Attendance reports have the following characteristics:
13
+
14
+
- They're only available when the meeting ends.
15
+
- Only the meeting organizer can access them.
16
+
- They include guest and federated users that were part of the online meeting.
27
17
28
18
## Permissions
29
19
30
20
The following permissions are available to manage meeting artifacts:
31
21
32
22
- Delegated (work or school account) - OnlineMeetingArtifact.Read.All
23
+
- Delegated (personal Microsoft account) - Not supported
33
24
- Application - OnlineMeetingArtifact.Read.All
34
25
35
-
Only the _OnlineMeetingArtifact.Read.All_ permissions are required to fetch online meeting artifacts. Until **January 15, 2022**, you can use the following permissions to get meeting artifacts in beta:
36
-
37
-
-_OnlineMeeting.Read_
38
-
-_OnlineMeeting.ReadWrite_
39
-
-_OnlineMeeting.Read.All_
40
-
-_OnlineMeeting.ReadWrite.All_
41
-
42
-
After that date, the _OnlineMeetingArtifact.Read.All_ permissions will be required to fetch meeting artifacts; requests that don't have those permissions will be rejected.
26
+
For more information about the permissions for this API, see [Get meetingAttendanceReport](/graph/api/meetingattendancereport-get?view=graph-rest-1.0&tabs=http#permissions).
0 commit comments