UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 669 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class TeamsReportUserActivityUserCountsCommand extends PeriodBasedReport { get name() { return commands.REPORT_USERACTIVITYUSERCOUNTS; } get description() { return 'Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings.'; } get usageEndpoint() { return 'getTeamsUserActivityUserCounts'; } } export default new TeamsReportUserActivityUserCountsCommand(); //# sourceMappingURL=report-useractivityusercounts.js.map