analytics
Microsoft Reports CLI for AI Agents
Use the Microsoft Reports CLI from KosmoKrator to call Microsoft Reports tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.Microsoft Reports CLI Setup
Microsoft Reports can be configured headlessly with `kosmokrator integrations:configure microsoft-reports`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure microsoft-reports --enable --read allow --write ask --json
kosmokrator integrations:doctor microsoft-reports --json
kosmokrator integrations:status --json Credentials
Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.
No credentials are required.
Command Patterns
The generic command is stable across every integration. The provider shortcut is shorter for humans.
kosmo integrations:call microsoft-reports.microsoft_reports_reports_report_root_get_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_report_root_get_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json Discovery
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs microsoft-reports --json
kosmo integrations:docs microsoft-reports.microsoft_reports_reports_report_root_get_report_root --json
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_report_root_get_report_root --json
kosmo integrations:search "Microsoft Reports" --json
kosmo integrations:list --json Automation Contexts
The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.
CLI Functions
Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.
microsoft-reports.microsoft_reports_reports_report_root_get_report_root
Get reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_report_root_get_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_report_root_get_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_report_root_update_report_root
Update reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_report_root_update_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_report_root_update_report_root '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_authentication_methods
Delete navigation property authenticationMethods for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/authenticationMethods.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_authentication_methods
Get authenticationMethods from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_update_authentication_methods
Update the navigation property authenticationMethods in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/authenticationMethods.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_authentication_methods '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details
List userRegistrationDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_list_user_registration_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details
Create new navigation property to userRegistrationDetails for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/authenticationMethods/userRegistrationDetails.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_create_user_registration_details '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details
Delete navigation property userRegistrationDetails for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}.
write - Parameters
- user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_delete_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details
Get userRegistrationDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}.
read - Parameters
- user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_get_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details
Update the navigation property userRegistrationDetails in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}.
write - Parameters
- user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_update_user_registration_details '{"user_registration_details_id":"example_user_registration_details_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2
Invoke function usersRegisteredByFeature\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByFeature().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345
Invoke function usersRegisteredByFeature\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}').
read - Parameters
- included_user_types, included_user_roles, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 '{"included_user_types":"example_included_user_types","included_user_roles":"example_included_user_roles","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 '{"included_user_types":"example_included_user_types","included_user_roles":"example_included_user_roles","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d
Invoke function usersRegisteredByMethod\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByMethod().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94
Invoke function usersRegisteredByMethod\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes='{includedUserTypes}',includedUserRoles='{includedUserRoles}').
read - Parameters
- included_user_types, included_user_roles, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 '{"included_user_types":"example_included_user_types","included_user_roles":"example_included_user_roles","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 '{"included_user_types":"example_included_user_types","included_user_roles":"example_included_user_roles","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer
List dailyPrintUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_list_daily_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer
Create new navigation property to dailyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/dailyPrintUsageByPrinter.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_create_daily_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer
Delete navigation property dailyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}.
write - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer
Get printUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}.
read - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer
Update the navigation property dailyPrintUsageByPrinter in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}.
write - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_daily_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user
List dailyPrintUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_list_daily_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user
Create new navigation property to dailyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/dailyPrintUsageByUser.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_create_daily_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user
Delete navigation property dailyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/dailyPrintUsageByUser/{printUsageByUser-id}.
write - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user
Get printUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/dailyPrintUsageByUser/{printUsageByUser-id}.
read - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user
Update the navigation property dailyPrintUsageByUser in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/dailyPrintUsageByUser/{printUsageByUser-id}.
write - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_daily_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_device_configuration_device_activity
Invoke function deviceConfigurationDeviceActivity\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/deviceConfigurationDeviceActivity().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_device_configuration_device_activity '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_device_configuration_device_activity '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_device_configuration_user_activity
Invoke function deviceConfigurationUserActivity\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/deviceConfigurationUserActivity().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_device_configuration_user_activity '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_device_configuration_user_activity '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_email_activity_counts
Invoke function getEmailActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts
Invoke function getEmailActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91
Invoke function getEmailActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_activity_user_detail_4d91 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549
Invoke function getEmailActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_activity_user_detail_6549 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts
Invoke function getEmailAppUsageAppsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageAppsUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_app_usage_apps_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts
Invoke function getEmailAppUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_app_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6
Invoke function getEmailAppUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff
Invoke function getEmailAppUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_app_usage_user_detail_6aff '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts
Invoke function getEmailAppUsageVersionsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getEmailAppUsageVersionsUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_email_app_usage_versions_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs
Invoke function getGroupArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime}).
read - Parameters
- group_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs '{"group_id":"example_group_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_group_archived_print_jobs '{"group_id":"example_group_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts
Invoke function getM365AppPlatformUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppPlatformUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_m365_app_platform_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts
Invoke function getM365AppUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_m365_app_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08
Invoke function getM365AppUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_m365_app_user_detail_0f08 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91
Invoke function getM365AppUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getM365AppUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_m365_app_user_detail_8c91 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail
Invoke function getMailboxUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_mailbox_usage_detail '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts
Invoke function getMailboxUsageMailboxCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageMailboxCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_mailbox_usage_mailbox_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts
Invoke function getMailboxUsageQuotaStatusMailboxCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage
Invoke function getMailboxUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getMailboxUsageStorage(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_mailbox_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_activation_counts
Invoke function getOffice365ActivationCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationCounts().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_activation_counts '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_activation_counts '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts
Invoke function getOffice365ActivationsUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationsUserCounts().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_activations_user_counts '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail
Invoke function getOffice365ActivationsUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActivationsUserDetail().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_activations_user_detail '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts
Invoke function getOffice365ActiveUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_active_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911
Invoke function getOffice365ActiveUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_active_user_detail_b911 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0
Invoke function getOffice365ActiveUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ActiveUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_active_user_detail_3cc0 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts
Invoke function getOffice365GroupsActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6
Invoke function getOffice365GroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_detail_87d6 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77
Invoke function getOffice365GroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_detail_fe77 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts
Invoke function getOffice365GroupsActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityFileCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts
Invoke function getOffice365GroupsActivityGroupCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityGroupCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_group_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage
Invoke function getOffice365GroupsActivityStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365GroupsActivityStorage(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_groups_activity_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts
Invoke function getOffice365ServicesUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOffice365ServicesUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_office365_services_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts
Invoke function getOneDriveActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityFileCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts
Invoke function getOneDriveActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1
Invoke function getOneDriveActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c
Invoke function getOneDriveActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_activity_user_detail_657c '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts
Invoke function getOneDriveUsageAccountCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_usage_account_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63
Invoke function getOneDriveUsageAccountDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2
Invoke function getOneDriveUsageAccountDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageAccountDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts
Invoke function getOneDriveUsageFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageFileCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_usage_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage
Invoke function getOneDriveUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getOneDriveUsageStorage(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_one_drive_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs
Invoke function getPrinterArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime}).
read - Parameters
- printer_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs '{"printer_id":"example_printer_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_printer_archived_print_jobs '{"printer_id":"example_printer_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary
Invoke function getRelyingPartyDetailedSummary\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getRelyingPartyDetailedSummary(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_relying_party_detailed_summary '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_activity_file_counts
Invoke function getSharePointActivityFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityFileCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_activity_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_activity_pages
Invoke function getSharePointActivityPages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityPages(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_activity_pages '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_activity_pages '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_counts
Invoke function getSharePointActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_48b2
Invoke function getSharePointActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_48b2 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_activity_user_detail_48b2 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_9e51
Invoke function getSharePointActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_9e51 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_activity_user_detail_9e51 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_a4c0
Invoke function getSharePointSiteUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_4fd6
Invoke function getSharePointSiteUsageDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_file_counts
Invoke function getSharePointSiteUsageFileCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageFileCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_file_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_pages
Invoke function getSharePointSiteUsagePages\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsagePages(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_pages '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_pages '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_site_counts
Invoke function getSharePointSiteUsageSiteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageSiteCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_site_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_site_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_storage
Invoke function getSharePointSiteUsageStorage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSharePointSiteUsageStorage(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_share_point_site_usage_storage '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts
Invoke function getSkypeForBusinessActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts
Invoke function getSkypeForBusinessActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0
Invoke function getSkypeForBusinessActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9
Invoke function getSkypeForBusinessActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts
Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts
Invoke function getSkypeForBusinessDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29
Invoke function getSkypeForBusinessDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84
Invoke function getSkypeForBusinessDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessDeviceUsageUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts
Invoke function getSkypeForBusinessOrganizerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_organizer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts
Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts
Invoke function getSkypeForBusinessOrganizerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts
Invoke function getSkypeForBusinessParticipantActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_participant_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts
Invoke function getSkypeForBusinessParticipantActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts
Invoke function getSkypeForBusinessParticipantActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts
Invoke function getSkypeForBusinessPeerToPeerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts
Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts
Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts
Invoke function getTeamsDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts
Invoke function getTeamsDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630
Invoke function getTeamsDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_device_usage_user_detail_8630 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3
Invoke function getTeamsDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsDeviceUsageUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts
Invoke function getTeamsTeamActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_team_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d
Invoke function getTeamsTeamActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_team_activity_detail_391d '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18
Invoke function getTeamsTeamActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_team_activity_detail_ee18 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts
Invoke function getTeamsTeamActivityDistributionCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamActivityDistributionCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_team_activity_distribution_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_team_counts
Invoke function getTeamsTeamCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsTeamCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_team_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_team_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts
Invoke function getTeamsUserActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_user_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts
Invoke function getTeamsUserActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_user_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7
Invoke function getTeamsUserActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554
Invoke function getTeamsUserActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getTeamsUserActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_teams_user_activity_user_detail_7554 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs
Invoke function getUserArchivedPrintJobs\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime}).
read - Parameters
- user_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs '{"user_id":"example_user_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_user_archived_print_jobs '{"user_id":"example_user_id","start_date_time":"example_start_date_time","end_date_time":"example_end_date_time","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts
Invoke function getYammerActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts
Invoke function getYammerActivityUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_activity_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe
Invoke function getYammerActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_activity_user_detail_41fe '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506
Invoke function getYammerActivityUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerActivityUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_activity_user_detail_9506 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts
Invoke function getYammerDeviceUsageDistributionUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageDistributionUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts
Invoke function getYammerDeviceUsageUserCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_device_usage_user_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734
Invoke function getYammerDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb
Invoke function getYammerDeviceUsageUserDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerDeviceUsageUserDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts
Invoke function getYammerGroupsActivityCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_groups_activity_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3
Invoke function getYammerGroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityDetail(date={date}).
read - Parameters
- date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 '{"date":"example_date","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3
Invoke function getYammerGroupsActivityDetail\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityDetail(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts
Invoke function getYammerGroupsActivityGroupCounts\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/getYammerGroupsActivityGroupCounts(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_yammer_groups_activity_group_counts '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191
Invoke function managedDeviceEnrollmentFailureDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentFailureDetails().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_managed_device_enrollment_failure_details_8191 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46
Invoke function managedDeviceEnrollmentFailureDetails\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}').
read - Parameters
- skip, top, filter, skip_token, search, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 '{"skip":"example_skip","top":"example_top","filter":"example_filter","skip_token":"example_skip_token","search":"example_search","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 '{"skip":"example_skip","top":"example_top","filter":"example_filter","skip_token":"example_skip_token","search":"example_search","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7
Invoke function managedDeviceEnrollmentTopFailures\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentTopFailures().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157
Invoke function managedDeviceEnrollmentTopFailures\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/managedDeviceEnrollmentTopFailures(period='{period}').
read - Parameters
- period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_managed_device_enrollment_top_failures_2157 '{"period":"example_period","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer
List monthlyPrintUsageByPrinter\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_list_monthly_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer
Create new navigation property to monthlyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/monthlyPrintUsageByPrinter.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_create_monthly_print_usage_by_printer '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer
Delete navigation property monthlyPrintUsageByPrinter for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}.
write - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer
Get monthlyPrintUsageByPrinter from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}.
read - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer
Update the navigation property monthlyPrintUsageByPrinter in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}.
write - Parameters
- print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_monthly_print_usage_by_printer '{"print_usage_by_printer_id":"example_print_usage_by_printer_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user
List monthlyPrintUsageByUser\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_list_monthly_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user
Create new navigation property to monthlyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/monthlyPrintUsageByUser.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_create_monthly_print_usage_by_user '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user
Delete navigation property monthlyPrintUsageByUser for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/monthlyPrintUsageByUser/{printUsageByUser-id}.
write - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user
Get monthlyPrintUsageByUser from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/monthlyPrintUsageByUser/{printUsageByUser-id}.
read - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user
Update the navigation property monthlyPrintUsageByUser in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/monthlyPrintUsageByUser/{printUsageByUser-id}.
write - Parameters
- print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_monthly_print_usage_by_user '{"print_usage_by_user_id":"example_print_usage_by_user_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_delete_partners
Delete navigation property partners for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_partners
Get partners from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_update_partners
Update the navigation property partners in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_partners '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_delete_billing
Delete navigation property billing for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_delete_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_delete_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_get_billing
Get billing from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_get_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_get_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_update_billing
Update the navigation property billing in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_update_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_update_billing '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests
Get manifest\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_list_manifests '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests
Create new navigation property to manifests for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/manifests.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_create_manifests '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_manifests_get_count_f888 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests
Delete navigation property manifests for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/manifests/{manifest-id}.
write - Parameters
- manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_delete_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests
Get manifest\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/manifests/{manifest-id}.
read - Parameters
- manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_get_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests
Update the navigation property manifests in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/manifests/{manifest-id}.
write - Parameters
- manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_update_manifests '{"manifest_id":"example_manifest_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_list_operations
Get operation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_list_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_list_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_create_operations
Create new navigation property to operations for reports\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/operations.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_create_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_create_operations '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331
Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations/$count.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_operations_get_count_9331 '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations
Delete navigation property operations for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/operations/{operation-id}.
write - Parameters
- operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_delete_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_get_operations
Get operation\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/operations/{operation-id}.
read - Parameters
- operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_get_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_get_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_update_operations
Update the navigation property operations in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/operations/{operation-id}.
write - Parameters
- operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_update_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_update_operations '{"operation_id":"example_operation_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation
Delete navigation property reconciliation for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_delete_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation
Get reconciliation from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_get_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation
Update the navigation property reconciliation in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_update_reconciliation '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed
Delete navigation property billed for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation/billed.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_delete_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed
Get billed from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation/billed.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_get_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed
Update the navigation property billed in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation/billed.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_update_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export
Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_billed_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled
Delete navigation property unbilled for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/reconciliation/unbilled.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled
Get unbilled from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/reconciliation/unbilled.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_get_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled
Update the navigation property unbilled in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/reconciliation/unbilled.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_update_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export
Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/reconciliation/unbilled/microsoft.graph.partners.billing.export.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_reconciliation_unbilled_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage
Delete navigation property usage for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_delete_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_get_usage
Get usage from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_get_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_get_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_update_usage
Update the navigation property usage in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_update_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_update_usage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed
Delete navigation property billed for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage/billed.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_delete_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed
Get billed from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage/billed.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_get_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed
Update the navigation property billed in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage/billed.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_update_billed '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export
Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_billed_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled
Delete navigation property unbilled for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/partners/billing/usage/unbilled.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_delete_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled
Get unbilled from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/partners/billing/usage/unbilled.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_get_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled
Update the navigation property unbilled in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/partners/billing/usage/unbilled.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_update_unbilled '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export
Invoke action export\n\nOfficial Microsoft Graph v1.0 endpoint: POST /reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_partners_billing_usage_unbilled_export '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_delete_security
Delete navigation property security for reports\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /reports/security.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_delete_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_delete_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_get_security
Get security from reports\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security.
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_get_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_get_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_update_security
Update the navigation property security in reports\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /reports/security.
write - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
kosmo integrations:call microsoft-reports.microsoft_reports_reports_update_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_update_security '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders
Invoke function getAttackSimulationRepeatOffenders\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationRepeatOffenders().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_security_get_attack_simulation_repeat_offenders '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage
Invoke function getAttackSimulationSimulationUserCoverage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationSimulationUserCoverage().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage
Invoke function getAttackSimulationTrainingUserCoverage\n\nOfficial Microsoft Graph v1.0 endpoint: GET /reports/security/getAttackSimulationTrainingUserCoverage().
read - Parameters
- top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
kosmo integrations:call microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json kosmo integrations:microsoft-reports microsoft_reports_reports_security_get_attack_simulation_training_user_coverage '{"top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand","count":true}' --json Function Schemas
Use these parameter tables when building CLI payloads without calling integrations:schema first.
microsoft-reports.microsoft_reports_reports_report_root_get_report_root 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_report_root_get_report_root --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_report_root_update_report_root 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_report_root_update_report_root --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_delete_authentication_methods 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_authentication_methods --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_authentication_methods 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_authentication_methods --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_authentication_methods 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_authentication_methods --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_registration_details_id | string | yes | Path parameter `userRegistrationDetails-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_registration_details_id | string | yes | Path parameter `userRegistrationDetails-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_registration_details_id | string | yes | Path parameter `userRegistrationDetails-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 --json | Parameter | Type | Required | Description |
|---|---|---|---|
included_user_types | string | yes | Path parameter `includedUserTypes`. |
included_user_roles | string | yes | Path parameter `includedUserRoles`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 --json | Parameter | Type | Required | Description |
|---|---|---|---|
included_user_types | string | yes | Path parameter `includedUserTypes`. |
included_user_roles | string | yes | Path parameter `includedUserRoles`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_device_configuration_device_activity 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_device_configuration_device_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_device_configuration_user_activity 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_device_configuration_user_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs 14 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs --json | Parameter | Type | Required | Description |
|---|---|---|---|
group_id | string | yes | Path parameter `groupId`. |
start_date_time | string | yes | Path parameter `startDateTime`. |
end_date_time | string | yes | Path parameter `endDateTime`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_activation_counts 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activation_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs 14 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs --json | Parameter | Type | Required | Description |
|---|---|---|---|
printer_id | string | yes | Path parameter `printerId`. |
start_date_time | string | yes | Path parameter `startDateTime`. |
end_date_time | string | yes | Path parameter `endDateTime`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_team_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs 14 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs --json | Parameter | Type | Required | Description |
|---|---|---|---|
user_id | string | yes | Path parameter `userId`. |
start_date_time | string | yes | Path parameter `startDateTime`. |
end_date_time | string | yes | Path parameter `endDateTime`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
date | string | yes | Path parameter `date`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 --json | Parameter | Type | Required | Description |
|---|---|---|---|
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
skip_token | string | yes | Path parameter `skipToken`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 --json | Parameter | Type | Required | Description |
|---|---|---|---|
period | string | yes | Path parameter `period`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_printer_id | string | yes | Path parameter `printUsageByPrinter-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
print_usage_by_user_id | string | yes | Path parameter `printUsageByUser-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_delete_partners 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_partners --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_partners 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_partners --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_partners 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_partners --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_delete_billing 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_delete_billing --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_get_billing 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_get_billing --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_update_billing 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_update_billing --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
manifest_id | string | yes | Path parameter `manifest-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
manifest_id | string | yes | Path parameter `manifest-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests --json | Parameter | Type | Required | Description |
|---|---|---|---|
manifest_id | string | yes | Path parameter `manifest-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_list_operations 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_list_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_create_operations 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_create_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
operation_id | string | yes | Path parameter `operation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_operations 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
operation_id | string | yes | Path parameter `operation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_operations 13 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_operations --json | Parameter | Type | Required | Description |
|---|---|---|---|
operation_id | string | yes | Path parameter `operation-id`. |
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_get_usage 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_update_usage 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_usage --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_delete_security 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_security --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_get_security 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_security --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_update_security 12 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_security --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
body | object | yes | Request body matching the official Microsoft Graph OpenAPI schema for this operation. |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage 11 parameters
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage --json | Parameter | Type | Required | Description |
|---|---|---|---|
top | string | no | Microsoft Graph OData query parameter `$top`. |
skip | string | no | Microsoft Graph OData query parameter `$skip`. |
search | string | no | Microsoft Graph OData query parameter `$search`. |
filter | string | no | Microsoft Graph OData query parameter `$filter`. |
orderby | string | no | Microsoft Graph OData query parameter `$orderby`. |
select | string | no | Microsoft Graph OData query parameter `$select`. |
expand | string | no | Microsoft Graph OData query parameter `$expand`. |
count | boolean | no | Microsoft Graph OData query parameter `$count`. |
if_match | string | no | Optional Microsoft Graph `If-Match` header for conditional updates or deletes. |
prefer | string | no | Optional Microsoft Graph `Prefer` header. |
consistency_level | string | no | Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries. |
Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults with
integrations:configure. Add --force only for trusted automation that should bypass that policy.