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.
使用できる値は次のとおりです。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.
使用できる値は次のとおりです。NONE, BASE64 デフォルト値は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. |