KosmoKrator

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, configure, and verify
# 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.

Generic CLI call
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
Provider shortcut
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.

Discovery commands
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
user_registration_details_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
included_user_types, included_user_roles, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
included_user_types, included_user_roles, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
group_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
printer_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
user_id, start_date_time, end_date_time, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
date, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
skip, top, filter, skip_token, search, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
period, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_printer_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
print_usage_by_user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
manifest_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
operation_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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 read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
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
Shortcut
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_report_root_get_report_root --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_report_root_update_report_root --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_authentication_methods --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_authentication_methods --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_authentication_methods --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_list_user_registration_details --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_create_user_registration_details --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_user_registration_details_get_count_0ab7 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_delete_user_registration_details --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_get_user_registration_details --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_update_user_registration_details --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_07f2 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_feature_b345 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_d25d --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_authentication_methods_users_registered_by_method_fb94 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_daily_print_usage_by_printer_get_count_73e4 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_daily_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_daily_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_daily_print_usage_by_user_get_count_e839 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_daily_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_daily_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_daily_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_device_configuration_device_activity --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_device_configuration_user_activity --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_4d91 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_activity_user_detail_6549 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_apps_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_d5d6 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_user_detail_6aff --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_email_app_usage_versions_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_group_archived_print_jobs --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_platform_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_0f08 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_m365_app_user_detail_8c91 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_detail --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_mailbox_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_quota_status_mailbox_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_mailbox_usage_storage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activation_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activations_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_activations_user_detail --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_b911 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_active_user_detail_3cc0 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_87d6 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_detail_fe77 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_file_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_group_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_groups_activity_storage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_office365_services_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_file_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_77b1 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_activity_user_detail_657c --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_3b63 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_account_detail_20b2 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_file_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_one_drive_usage_storage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_printer_archived_print_jobs --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_relying_party_detailed_summary --json
ParameterTypeRequiredDescription
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_share_point_activity_file_counts 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_activity_file_counts --json
ParameterTypeRequiredDescription
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_share_point_activity_pages 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_activity_pages --json
ParameterTypeRequiredDescription
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_share_point_activity_user_counts 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_counts --json
ParameterTypeRequiredDescription
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_share_point_activity_user_detail_48b2 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_48b2 --json
ParameterTypeRequiredDescription
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_share_point_activity_user_detail_9e51 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_activity_user_detail_9e51 --json
ParameterTypeRequiredDescription
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_share_point_site_usage_detail_a4c0 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_a4c0 --json
ParameterTypeRequiredDescription
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_share_point_site_usage_detail_4fd6 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_detail_4fd6 --json
ParameterTypeRequiredDescription
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_share_point_site_usage_file_counts 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_file_counts --json
ParameterTypeRequiredDescription
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_share_point_site_usage_pages 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_pages --json
ParameterTypeRequiredDescription
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_share_point_site_usage_site_counts 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_site_counts --json
ParameterTypeRequiredDescription
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_share_point_site_usage_storage 12 parameters
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_share_point_site_usage_storage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_83d0 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_activity_user_detail_74d9 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_distribution_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_fe29 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_device_usage_user_detail_ee84 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_minute_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_organizer_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_minute_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_participant_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_minute_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_skype_for_business_peer_to_peer_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_distribution_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_8630 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_device_usage_user_detail_62d3 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_391d --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_detail_ee18 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_activity_distribution_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_team_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_fba7 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_teams_user_activity_user_detail_7554 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_user_archived_print_jobs --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_41fe --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_activity_user_detail_9506 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_distribution_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_e734 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_device_usage_user_detail_07bb --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_9ea3 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_detail_99d3 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_yammer_groups_activity_group_counts --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_8191 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_failure_details_aa46 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_9ce7 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_managed_device_enrollment_top_failures_2157 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_printer_get_count_18cc --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_printer --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_list_monthly_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_create_monthly_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_monthly_print_usage_by_user_get_count_60f0 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_monthly_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_monthly_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_monthly_print_usage_by_user --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_partners --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_partners --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_partners --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_delete_billing --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_get_billing --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_update_billing --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_list_manifests --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_create_manifests --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_manifests_get_count_f888 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_manifests --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_manifests --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_manifests --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_list_operations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_create_operations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_operations_get_count_9331 --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_operations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_operations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_operations --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_reconciliation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_reconciliation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_reconciliation --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_billed_export --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_delete_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_get_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_update_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_reconciliation_unbilled_export --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_delete_usage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_get_usage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_update_usage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_billed --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_billed_export --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_delete_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_get_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_update_unbilled --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_partners_billing_usage_unbilled_export --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_delete_security --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_get_security --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_update_security --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_repeat_offenders --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_simulation_user_coverage --json
ParameterTypeRequiredDescription
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
Schema command
kosmo integrations:schema microsoft-reports.microsoft_reports_reports_security_get_attack_simulation_training_user_coverage --json
ParameterTypeRequiredDescription
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.