Skip to content

Enhancement: Export report data of teams report useractivityuserdetail command #1038

@sprider

Description

@sprider

@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

Screen Shot 2019-07-19 at 5 15 22 PM

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'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions