analytics
Microsoft Reports MCP, CLI, and Lua Integration for AI Agents
Microsoft Reports integration docs for AI agents: MCP gateway setup, Microsoft Reports CLI commands, Lua API reference, credentials, and function schemas.Microsoft Reports for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
microsoft-reports.microsoft_reports_reports_report_root_get_report_root | Read read | 11 | Get reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports. |
microsoft-reports.microsoft_reports_reports_report_root_update_report_root | Write write | 12 | Update reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports. |
microsoft-reports.microsoft_reports_reports_delete_authentication_methods | Write write | 11 | Delete navigation property authenticationMethods for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/authenticationMethods. |
microsoft-reports.microsoft_reports_reports_get_authentication_methods | Read read | 11 | Get authenticationMethods from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods. |
microsoft-reports.microsoft_reports_reports_update_authentication_methods | Write write | 12 | Update the navigation property authenticationMethods in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/authenticationMethods. |
microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details | Read read | 11 | List userRegistrationDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails. |
microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details | Write write | 12 | Create new navigation property to userRegistrationDetails for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/authenticationMethods/userRegistrationDetails. |
microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails/$count. |
microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details | Write write | 12 | Delete navigation property userRegistrationDetails for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}. |
microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details | Read read | 12 | Get userRegistrationDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}. |
microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details | Write write | 13 | Update the navigation property userRegistrationDetails in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}. |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 | Read read | 11 | Invoke function usersRegisteredByFeature\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByFeature(). |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 | Read read | 13 | Invoke function usersRegisteredByFeature\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}'). |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d | Read read | 11 | Invoke function usersRegisteredByMethod\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByMethod(). |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 | Read read | 13 | Invoke function usersRegisteredByMethod\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}'). |
microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer | Read read | 11 | List dailyPrintUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter. |
microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer | Write write | 12 | Create new navigation property to dailyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/dailyPrintUsageByPrinter. |
microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter/$count. |
microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer | Write write | 12 | Delete navigation property dailyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer | Read read | 12 | Get printUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer | Write write | 13 | Update the navigation property dailyPrintUsageByPrinter in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user | Read read | 11 | List dailyPrintUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser. |
microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user | Write write | 12 | Create new navigation property to dailyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/dailyPrintUsageByUser. |
microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser/$count. |
microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user | Write write | 12 | Delete navigation property dailyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/dailyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user | Read read | 12 | Get printUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user | Write write | 13 | Update the navigation property dailyPrintUsageByUser in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/dailyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_device_configuration_device_activity | Read read | 11 | Invoke function deviceConfigurationDeviceActivity\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/deviceConfigurationDeviceActivity(). |
microsoft-reports.microsoft_reports_reports_device_configuration_user_activity | Read read | 11 | Invoke function deviceConfigurationUserActivity\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/deviceConfigurationUserActivity(). |
microsoft-reports.microsoft_reports_reports_get_email_activity_counts | Read read | 12 | Invoke function getEmailActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts | Read read | 12 | Invoke function getEmailActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 | Read read | 12 | Invoke function getEmailActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 | Read read | 12 | Invoke function getEmailActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts | Read read | 12 | Invoke function getEmailAppUsageAppsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageAppsUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts | Read read | 12 | Invoke function getEmailAppUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 | Read read | 12 | Invoke function getEmailAppUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff | Read read | 12 | Invoke function getEmailAppUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts | Read read | 12 | Invoke function getEmailAppUsageVersionsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageVersionsUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs | Read read | 14 | Invoke function getGroupArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime}). |
microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts | Read read | 12 | Invoke function getM365AppPlatformUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppPlatformUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts | Read read | 12 | Invoke function getM365AppUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 | Read read | 12 | Invoke function getM365AppUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 | Read read | 12 | Invoke function getM365AppUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail | Read read | 12 | Invoke function getMailboxUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts | Read read | 12 | Invoke function getMailboxUsageMailboxCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageMailboxCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts | Read read | 12 | Invoke function getMailboxUsageQuotaStatusMailboxCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage | Read read | 12 | Invoke function getMailboxUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageStorage(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_activation_counts | Read read | 11 | Invoke function getOffice365ActivationCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationCounts(). |
microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts | Read read | 11 | Invoke function getOffice365ActivationsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationsUserCounts(). |
microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail | Read read | 11 | Invoke function getOffice365ActivationsUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationsUserDetail(). |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts | Read read | 12 | Invoke function getOffice365ActiveUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 | Read read | 12 | Invoke function getOffice365ActiveUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 | Read read | 12 | Invoke function getOffice365ActiveUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts | Read read | 12 | Invoke function getOffice365GroupsActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 | Read read | 12 | Invoke function getOffice365GroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 | Read read | 12 | Invoke function getOffice365GroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts | Read read | 12 | Invoke function getOffice365GroupsActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityFileCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts | Read read | 12 | Invoke function getOffice365GroupsActivityGroupCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityGroupCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage | Read read | 12 | Invoke function getOffice365GroupsActivityStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityStorage(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts | Read read | 12 | Invoke function getOffice365ServicesUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ServicesUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts | Read read | 12 | Invoke function getOneDriveActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityFileCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts | Read read | 12 | Invoke function getOneDriveActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 | Read read | 12 | Invoke function getOneDriveActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c | Read read | 12 | Invoke function getOneDriveActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts | Read read | 12 | Invoke function getOneDriveUsageAccountCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 | Read read | 12 | Invoke function getOneDriveUsageAccountDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 | Read read | 12 | Invoke function getOneDriveUsageAccountDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts | Read read | 12 | Invoke function getOneDriveUsageFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageFileCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage | Read read | 12 | Invoke function getOneDriveUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageStorage(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs | Read read | 14 | Invoke function getPrinterArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime}). |
microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary | Read read | 12 | Invoke function getRelyingPartyDetailedSummary\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getRelyingPartyDetailedSummary(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_activity_file_counts | Read read | 12 | Invoke function getSharePointActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityFileCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_activity_pages | Read read | 12 | Invoke function getSharePointActivityPages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityPages(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_counts | Read read | 12 | Invoke function getSharePointActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_48b2 | Read read | 12 | Invoke function getSharePointActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_9e51 | Read read | 12 | Invoke function getSharePointActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 | Read read | 12 | Invoke function getSharePointSiteUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 | Read read | 12 | Invoke function getSharePointSiteUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_file_counts | Read read | 12 | Invoke function getSharePointSiteUsageFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageFileCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_pages | Read read | 12 | Invoke function getSharePointSiteUsagePages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsagePages(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_site_counts | Read read | 12 | Invoke function getSharePointSiteUsageSiteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageSiteCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_storage | Read read | 12 | Invoke function getSharePointSiteUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageStorage(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts | Read read | 12 | Invoke function getSkypeForBusinessActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts | Read read | 12 | Invoke function getSkypeForBusinessActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 | Read read | 12 | Invoke function getSkypeForBusinessActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 | Read read | 12 | Invoke function getSkypeForBusinessActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts | Read read | 12 | Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts | Read read | 12 | Invoke function getSkypeForBusinessDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 | Read read | 12 | Invoke function getSkypeForBusinessDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 | Read read | 12 | Invoke function getSkypeForBusinessDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts | Read read | 12 | Invoke function getSkypeForBusinessOrganizerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts | Read read | 12 | Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts | Read read | 12 | Invoke function getSkypeForBusinessOrganizerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts | Read read | 12 | Invoke function getSkypeForBusinessParticipantActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts | Read read | 12 | Invoke function getSkypeForBusinessParticipantActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts | Read read | 12 | Invoke function getSkypeForBusinessParticipantActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts | Read read | 12 | Invoke function getSkypeForBusinessPeerToPeerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts | Read read | 12 | Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts | Read read | 12 | Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts | Read read | 12 | Invoke function getTeamsDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts | Read read | 12 | Invoke function getTeamsDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 | Read read | 12 | Invoke function getTeamsDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 | Read read | 12 | Invoke function getTeamsDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts | Read read | 12 | Invoke function getTeamsTeamActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d | Read read | 12 | Invoke function getTeamsTeamActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 | Read read | 12 | Invoke function getTeamsTeamActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts | Read read | 12 | Invoke function getTeamsTeamActivityDistributionCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDistributionCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_team_counts | Read read | 12 | Invoke function getTeamsTeamCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts | Read read | 12 | Invoke function getTeamsUserActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts | Read read | 12 | Invoke function getTeamsUserActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 | Read read | 12 | Invoke function getTeamsUserActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 | Read read | 12 | Invoke function getTeamsUserActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs | Read read | 14 | Invoke function getUserArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime}). |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts | Read read | 12 | Invoke function getYammerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts | Read read | 12 | Invoke function getYammerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe | Read read | 12 | Invoke function getYammerActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 | Read read | 12 | Invoke function getYammerActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts | Read read | 12 | Invoke function getYammerDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageDistributionUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts | Read read | 12 | Invoke function getYammerDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 | Read read | 12 | Invoke function getYammerDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb | Read read | 12 | Invoke function getYammerDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts | Read read | 12 | Invoke function getYammerGroupsActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 | Read read | 12 | Invoke function getYammerGroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityDetail(date={date}). |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 | Read read | 12 | Invoke function getYammerGroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityDetail(period='{period}'). |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts | Read read | 12 | Invoke function getYammerGroupsActivityGroupCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityGroupCounts(period='{period}'). |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 | Read read | 11 | Invoke function managedDeviceEnrollmentFailureDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentFailureDetails(). |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 | Read read | 12 | Invoke function managedDeviceEnrollmentFailureDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}'). |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 | Read read | 11 | Invoke function managedDeviceEnrollmentTopFailures\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentTopFailures(). |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 | Read read | 12 | Invoke function managedDeviceEnrollmentTopFailures\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentTopFailures(period='{period}'). |
microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer | Read read | 11 | List monthlyPrintUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter. |
microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer | Write write | 12 | Create new navigation property to monthlyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/monthlyPrintUsageByPrinter. |
microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter/$count. |
microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer | Write write | 12 | Delete navigation property monthlyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer | Read read | 12 | Get monthlyPrintUsageByPrinter from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer | Write write | 13 | Update the navigation property monthlyPrintUsageByPrinter in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}. |
microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user | Read read | 11 | List monthlyPrintUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser. |
microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user | Write write | 12 | Create new navigation property to monthlyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/monthlyPrintUsageByUser. |
microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser/$count. |
microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user | Write write | 12 | Delete navigation property monthlyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/monthlyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user | Read read | 12 | Get monthlyPrintUsageByUser from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user | Write write | 13 | Update the navigation property monthlyPrintUsageByUser in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/monthlyPrintUsageByUser/{printUsageByUser-id}. |
microsoft-reports.microsoft_reports_reports_delete_partners | Write write | 11 | Delete navigation property partners for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners. |
microsoft-reports.microsoft_reports_reports_get_partners | Read read | 11 | Get partners from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners. |
microsoft-reports.microsoft_reports_reports_update_partners | Write write | 12 | Update the navigation property partners in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners. |
microsoft-reports.microsoft_reports_reports_partners_delete_billing | Write write | 11 | Delete navigation property billing for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing. |
microsoft-reports.microsoft_reports_reports_partners_get_billing | Read read | 11 | Get billing from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing. |
microsoft-reports.microsoft_reports_reports_partners_update_billing | Write write | 12 | Update the navigation property billing in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing. |
microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests | Read read | 11 | Get manifest\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests. |
microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests | Write write | 12 | Create new navigation property to manifests for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/manifests. |
microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests/$count. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests | Write write | 12 | Delete navigation property manifests for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/manifests/{manifest-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests | Read read | 12 | Get manifest\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests/{manifest-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests | Write write | 13 | Update the navigation property manifests in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/manifests/{manifest-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_list_operations | Read read | 11 | Get operation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations. |
microsoft-reports.microsoft_reports_reports_partners_billing_create_operations | Write write | 12 | Create new navigation property to operations for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/operations. |
microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations/$count. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations | Write write | 12 | Delete navigation property operations for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/operations/{operation-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_operations | Read read | 12 | Get operation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations/{operation-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_operations | Write write | 13 | Update the navigation property operations in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/operations/{operation-id}. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation | Write write | 11 | Delete navigation property reconciliation for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation | Read read | 11 | Get reconciliation from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation | Write write | 12 | Update the navigation property reconciliation in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed | Write write | 11 | Delete navigation property billed for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed | Read read | 11 | Get billed from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed | Write write | 12 | Update the navigation property billed in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export | Read read | 12 | Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled | Write write | 11 | Delete navigation property unbilled for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled | Read read | 11 | Get unbilled from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled | Write write | 12 | Update the navigation property unbilled in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export | Read read | 12 | Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage | Write write | 11 | Delete navigation property usage for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_usage | Read read | 11 | Get usage from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_usage | Write write | 12 | Update the navigation property usage in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed | Write write | 11 | Delete navigation property billed for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed | Read read | 11 | Get billed from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed | Write write | 12 | Update the navigation property billed in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage/billed. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export | Read read | 12 | Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled | Write write | 11 | Delete navigation property unbilled for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled | Read read | 11 | Get unbilled from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled | Write write | 12 | Update the navigation property unbilled in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage/unbilled. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export | Read read | 12 | Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export. |
microsoft-reports.microsoft_reports_reports_delete_security | Write write | 11 | Delete navigation property security for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/security. |
microsoft-reports.microsoft_reports_reports_get_security | Read read | 11 | Get security from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security. |
microsoft-reports.microsoft_reports_reports_update_security | Write write | 12 | Update the navigation property security in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/security. |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders | Read read | 11 | Invoke function getAttackSimulationRepeatOffenders\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationRepeatOffenders(). |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage | Read read | 11 | Invoke function getAttackSimulationSimulationUserCoverage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationSimulationUserCoverage(). |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage | Read read | 11 | Invoke function getAttackSimulationTrainingUserCoverage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationTrainingUserCoverage(). |