Usage
m365 teams meeting attendancereport list
Description
Lists all attendance reports for a given meeting
Options
| Option |
Description |
-u, --userId [userId] |
The id of the user, omit to list attendance reports for current signed in user. Use either id, userName or email, not not all. |
-n, --userName [userName] |
The name of the user, omit to list attendance reports for current signed in user. Use either id, userName or email, not not all. |
--email [email] |
The email of the user, omit to list attendance reports for current signed in user. Use either id, userName or email, not not all. |
-m, --meetingId <meetingId> |
The Id of the meeting |
Examples
Lists all attendance reports made for the current signed in user and Microsoft Teams meeting with given id
m365 teams meeting attendancereport list --meetingId _MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ_
Lists all attendance reports made for the [email protected] and Microsoft Teams meeting with given id
m365 teams meeting attendancereport list --userName [email protected] --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ
Additional Info
https://learn.microsoft.com/en-us/graph/api/meetingattendancereport-list?view=graph-rest-beta&tabs=http
We will need a check to make sure userName is required when they are signed in with app permissions.
⚠️ Make sure to handle error for meetings hosted in a channel as channel meetings are not supported
⚠️ Uses additional permissions, make sure to list them in PR OnlineMeetingArtifact.Read.All
⚠️ Add remark that the beta endpoint is subject to change
Usage
m365 teams meeting attendancereport list
Description
Lists all attendance reports for a given meeting
Options
-u, --userId [userId]id,userNameoremail, not not all.-n, --userName [userName]id,userNameoremail, not not all.--email [email]id,userNameoremail, not not all.-m, --meetingId <meetingId>Examples
Lists all attendance reports made for the current signed in user and Microsoft Teams meeting with given id
Lists all attendance reports made for the [email protected] and Microsoft Teams meeting with given id
Additional Info
https://learn.microsoft.com/en-us/graph/api/meetingattendancereport-list?view=graph-rest-beta&tabs=http