teams meeting attendancereport list
Lists all attendance reports for a given meeting
Usage
m365 teams meeting attendancereport list [options]
Options
-u, --userId [userId]
The id of the user, omit to list attendance reports for current signed in user. Use either
id
,userName
oremail
, but not multiple.-n, --userName [userName]
The name of the user, omit to list attendance reports for current signed in user. Use either
id
,userName
oremail
, but not multiple.--email [email]
The email of the user, omit to list attendance reports for current signed in user. Use either
id
,userName
oremail
, but not multiple.-m, --meetingId <meetingId>
The Id of the meeting.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
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 MSo4NmY0MWZhMi1kYjUxLTQyMTUtYjE3Zi1lYzY3NGQ2MjQzNjYqMCoqMTk6bWVldGluZ19OamMwWW1Zd05UVXROMlJoTlMwME0yRmhMV0V6T1RndE9HVmxNbVl4TkdVd05tUTNAdGhyZWFkLnYy
Lists all attendance reports made for the garthf@contoso.com and Microsoft Teams meeting with given id
m365 teams meeting attendancereport list --userName garthf@contoso.com --meetingId MSo4NmY0MWZhMi1kYjUxLTQyMTUtYjE3Zi1lYzY3NGQ2MjQzNjYqMCoqMTk6bWVldGluZ19OamMwWW1Zd05UVXROMlJoTlMwME0yRmhMV0V6T1RndE9HVmxNbVl4TkdVd05tUTNAdGhyZWFkLnYy
Response
- JSON
- Text
- CSV
[
{
"id": "ae6ddf54-5d48-4448-a7a9-780eee17fa13",
"totalParticipantCount": 6,
"meetingStartDateTime": "2022-11-22T22:46:46.981Z",
"meetingEndDateTime": "2022-11-22T22:47:07.703Z"
}
]
id totalParticipantCount
------------------------------------ ---------------------
ae6ddf54-5d48-4448-a7a9-780eee17fa13 6
id,totalParticipantCount
ae6ddf54-5d48-4448-a7a9-780eee17fa13,6