Usage
m365 teams meeting transcript get
Description
Download a transcript for a meeting
Options
| Option |
Description |
-u, --userId [userId] |
The id of the user, omit to get meeting transcript for current signed in user. Use either id, userName or email, not all. |
-n, --userName [userName] |
The name of the user, omit to get meeting transcript for current signed in user. Use either id, userName or email, not all. |
--email [email] |
The email of the user, omit to get meeting transcript reports for current signed in user. Use either id, userName or email, not all. |
-m, --meetingId <meetingId> |
The Id of the meeting |
-i, --id <id> |
The Id of the transcript |
-f, --outputFile [outputFile] |
Path to the file where the report should be stored in |
Examples
Gets the specified transcript made for the current signed in user and Microsoft Teams meeting with given id
m365 teams meeting transcript get --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ --transcriptId MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4
Gets the specified transcript made for the [email protected] and Microsoft Teams meeting with given id
m365 teams meeting transcript get --userName [email protected] --meetingId MSo1N2Y5ZGFjYy03MWJmLTQ3NDMtYjQxMy01M2EdFGkdRWHJlQ --transcriptId MSMjMCMjNzU3ODc2ZDYtOTcwMi00MDhkLWFkNDItOTE2ZDNmZjkwZGY4
Additional Info
https://learn.microsoft.com/en-us/graph/api/calltranscript-get?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.
See m365 spo file get for saving of local files.
⚠️ Uses additional permissions, make sure to list them in PR OnlineMeetingArtifact.Read.All, OnlineMeetings.Read.All
⚠️ Add remark that the beta endpoint is subject to change
Usage
m365 teams meeting transcript get
Description
Download a transcript for a meeting
Options
-u, --userId [userId]id,userNameoremail, not all.-n, --userName [userName]id,userNameoremail, not all.--email [email]id,userNameoremail, not all.-m, --meetingId <meetingId>-i, --id <id>-f, --outputFile [outputFile]Examples
Gets the specified transcript made for the current signed in user and Microsoft Teams meeting with given id
Gets the specified transcript made for the [email protected] and Microsoft Teams meeting with given id
Additional Info
https://learn.microsoft.com/en-us/graph/api/calltranscript-get?view=graph-rest-beta&tabs=http
See
m365 spo file getfor saving of local files.