0
votes

I want to get the same Microsoft Teams user activity report which I can export from the Teams admin center via a PowerShell script. Teams user activity report

In the Microsoft documentation (https://docs.microsoft.com/en-us/microsoftteams/teams-powershell-overview) I cannot find what I actually need. Is there a way to get Call and Chat report information from Office 365?

1

1 Answers

1
votes

You can get the teams user activity by graph calling method. Please find below 2 links.

Below Graph Api provides - user activity report. https://docs.microsoft.com/en-us/graph/api/resources/microsoft-teams-user-activity-reports?view=graph-rest-1.0

Below Graph Api provides - Report Refresh Date, Report Date, Team Chat Messages, Private Chat Messages, Calls, Meetings, Report Period Below Api will provide https://docs.microsoft.com/en-us/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0