@VelinGeorgiev
As we discussed here, I am planning to add an additional parameter to output the result in json file for the following command:
teams report useractivityuserdetail [options]
I will implement the same for the following commands once we successfully merge this change

teams report useractivityuserdetail
Get details about Microsoft Teams user activity by user.
Usage
teams report useractivityuserdetail [options]
Options
| Option |
Description |
--help |
output usage information |
-p, --period <period> |
The length of time over which the report is aggregated. Supported values D7, D30, D90, D180 |
-d, --date [date] |
The date for which you would like to view the users who performed any activity. Supported date format is YYYY-MM-DD |
-p, --path [path] |
The path to save the report data to |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Examples
Gets details about Microsoft Teams user activity by user for the last week
teams report useractivityuserdetail --period D7
Gets details about Microsoft Teams user activity by user for July 13, 2019
teams report useractivityuserdetail --date 2019-07-13
Gets details about Microsoft Teams user activity by user for July 13, 2019 and exports the report data in the specified path
teams report useractivityuserdetail --period D7 --path '/Users/joe/Desktop/report.json'
@VelinGeorgiev
As we discussed here, I am planning to add an additional parameter to output the result in json file for the following command:
teams report useractivityuserdetail [options]
I will implement the same for the following commands once we successfully merge this change
teams report useractivityuserdetail
Get details about Microsoft Teams user activity by user.
Usage
Options
--help-p, --period <period>D7, D30, D90, D180-d, --date [date]YYYY-MM-DD-p, --path [path]--verbose--debugExamples
Gets details about Microsoft Teams user activity by user for the last week
Gets details about Microsoft Teams user activity by user for July 13, 2019
Gets details about Microsoft Teams user activity by user for July 13, 2019 and exports the report data in the specified path
teams report useractivityuserdetail --period D7 --path '/Users/joe/Desktop/report.json'