UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

15 lines 711 B
import PeriodBasedReport from '../../../base/PeriodBasedReport.js'; import commands from '../../commands.js'; class SkypeReportActivityUserCountsCommand extends PeriodBasedReport { get name() { return commands.REPORT_ACTIVITYUSERCOUNTS; } get usageEndpoint() { return 'getSkypeForBusinessActivityUserCounts'; } get description() { return 'Gets the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions'; } } export default new SkypeReportActivityUserCountsCommand(); //# sourceMappingURL=report-activityusercounts.js.map