GetUserActivityCount
Get the number of Microsoft Teams licensed users by activity type. The activity types are number of teams chat messages, private chat messages, calls, and meetings.
Input
| Name | Type | Required | Accepts Output Streams | Description |
| Duration | String | True | False | The duration of the report generated in days.
The allowed values are D7, D30, D90, D180. |
| FileLocation | String | False | False | The Path for saving the downloaded CSV report. |
| Encoding | String | False | False | The FileData input encoding type.
The allowed values are NONE, BASE64. The default value is BASE64. |
| FileStream | String | False | True | An instance of an output stream where file data is written to. Only used if DownloadPath is not provided. |
Result Set Columns
| Name | Type | Description |
| Success | String | Status of generating the report. |
| FileData | String | If the DownloadLocation and FileStream are not provided, this contains the content of the file. |