KosmoKrator

productivity

Microsoft People CLI for AI Agents

Use the Microsoft People CLI from KosmoKrator to call Microsoft People tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Microsoft People CLI Setup

Microsoft People can be configured headlessly with `kosmokrator integrations:configure microsoft-people`.

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-people --enable --read allow --write ask --json
kosmokrator integrations:doctor microsoft-people --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-people.microsoft_people_admin_get_people '{"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-people microsoft_people_admin_get_people '{"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-people --json
kosmo integrations:docs microsoft-people.microsoft_people_admin_get_people --json
kosmo integrations:schema microsoft-people.microsoft_people_admin_get_people --json
kosmo integrations:search "Microsoft People" --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-people.microsoft_people_admin_get_people

Get peopleAdminSettings\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_get_people '{"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-people microsoft_people_admin_get_people '{"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-people.microsoft_people_admin_people_delete_item_insights

Delete navigation property itemInsights for admin\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /admin/people/itemInsights.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_delete_item_insights '{"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-people microsoft_people_admin_people_delete_item_insights '{"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-people.microsoft_people_admin_people_get_item_insights

List itemInsights\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/itemInsights.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_get_item_insights '{"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-people microsoft_people_admin_people_get_item_insights '{"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-people.microsoft_people_admin_people_update_item_insights

Update insightsSettings\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/itemInsights.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_update_item_insights '{"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-people microsoft_people_admin_people_update_item_insights '{"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-people.microsoft_people_admin_people_list_profile_card_properties

List profileCardProperties\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileCardProperties.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_list_profile_card_properties '{"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-people microsoft_people_admin_people_list_profile_card_properties '{"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-people.microsoft_people_admin_people_create_profile_card_properties

Create profileCardProperty\n\nOfficial Microsoft Graph v1.0 endpoint: POST /admin/people/profileCardProperties.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_create_profile_card_properties '{"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-people microsoft_people_admin_people_create_profile_card_properties '{"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-people.microsoft_people_admin_people_profile_card_properties_get_count_9f88

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileCardProperties/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_card_properties_get_count_9f88 '{"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-people microsoft_people_admin_people_profile_card_properties_get_count_9f88 '{"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-people.microsoft_people_admin_people_delete_profile_card_properties

Delete profileCardProperty\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /admin/people/profileCardProperties/{profileCardProperty-id}.

Write write
Parameters
profile_card_property_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_delete_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_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-people microsoft_people_admin_people_delete_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_get_profile_card_properties

Get profileCardProperty\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileCardProperties/{profileCardProperty-id}.

Read read
Parameters
profile_card_property_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_get_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_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-people microsoft_people_admin_people_get_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_update_profile_card_properties

Update profileCardProperty\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/profileCardProperties/{profileCardProperty-id}.

Write write
Parameters
profile_card_property_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_update_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_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-people microsoft_people_admin_people_update_profile_card_properties '{"profile_card_property_id":"example_profile_card_property_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_list_profile_property_settings

List profilePropertySettings\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profilePropertySettings.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_list_profile_property_settings '{"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-people microsoft_people_admin_people_list_profile_property_settings '{"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-people.microsoft_people_admin_people_create_profile_property_settings

Create profilePropertySetting\n\nOfficial Microsoft Graph v1.0 endpoint: POST /admin/people/profilePropertySettings.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_create_profile_property_settings '{"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-people microsoft_people_admin_people_create_profile_property_settings '{"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-people.microsoft_people_admin_people_profile_property_settings_get_count_5c10

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profilePropertySettings/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_property_settings_get_count_5c10 '{"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-people microsoft_people_admin_people_profile_property_settings_get_count_5c10 '{"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-people.microsoft_people_admin_people_delete_profile_property_settings

Delete profilePropertySetting\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /admin/people/profilePropertySettings/{profilePropertySetting-id}.

Write write
Parameters
profile_property_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_delete_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_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-people microsoft_people_admin_people_delete_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_get_profile_property_settings

Get profilePropertySetting\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profilePropertySettings/{profilePropertySetting-id}.

Read read
Parameters
profile_property_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_get_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_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-people microsoft_people_admin_people_get_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_update_profile_property_settings

Update profilePropertySetting\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/profilePropertySettings/{profilePropertySetting-id}.

Write write
Parameters
profile_property_setting_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_update_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_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-people microsoft_people_admin_people_update_profile_property_settings '{"profile_property_setting_id":"example_profile_property_setting_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_list_profile_sources

List profileSources\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileSources.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_list_profile_sources '{"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-people microsoft_people_admin_people_list_profile_sources '{"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-people.microsoft_people_admin_people_create_profile_sources

Create profileSource\n\nOfficial Microsoft Graph v1.0 endpoint: POST /admin/people/profileSources.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_create_profile_sources '{"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-people microsoft_people_admin_people_create_profile_sources '{"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-people.microsoft_people_admin_people_profile_sources_delete_by_source_id

Delete profileSource\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /admin/people/profileSources(sourceId='{sourceId}').

Write write
Parameters
source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_sources_delete_by_source_id '{"source_id":"example_source_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-people microsoft_people_admin_people_profile_sources_delete_by_source_id '{"source_id":"example_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_profile_sources_get_by_source_id

Get profileSources from admin\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileSources(sourceId='{sourceId}').

Read read
Parameters
source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_sources_get_by_source_id '{"source_id":"example_source_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-people microsoft_people_admin_people_profile_sources_get_by_source_id '{"source_id":"example_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_profile_sources_update_by_source_id

Update profileSource\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/profileSources(sourceId='{sourceId}').

Write write
Parameters
source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_sources_update_by_source_id '{"source_id":"example_source_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-people microsoft_people_admin_people_profile_sources_update_by_source_id '{"source_id":"example_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_profile_sources_get_count_e997

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileSources/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_profile_sources_get_count_e997 '{"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-people microsoft_people_admin_people_profile_sources_get_count_e997 '{"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-people.microsoft_people_admin_people_delete_profile_sources

Delete profileSource\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /admin/people/profileSources/{profileSource-id}.

Write write
Parameters
profile_source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_delete_profile_sources '{"profile_source_id":"example_profile_source_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-people microsoft_people_admin_people_delete_profile_sources '{"profile_source_id":"example_profile_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_get_profile_sources

Get profileSources from admin\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/profileSources/{profileSource-id}.

Read read
Parameters
profile_source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_get_profile_sources '{"profile_source_id":"example_profile_source_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-people microsoft_people_admin_people_get_profile_sources '{"profile_source_id":"example_profile_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_update_profile_sources

Update profileSource\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/profileSources/{profileSource-id}.

Write write
Parameters
profile_source_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_update_profile_sources '{"profile_source_id":"example_profile_source_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-people microsoft_people_admin_people_update_profile_sources '{"profile_source_id":"example_profile_source_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_admin_people_get_pronouns

List pronounsSettings\n\nOfficial Microsoft Graph v1.0 endpoint: GET /admin/people/pronouns.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_get_pronouns '{"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-people microsoft_people_admin_people_get_pronouns '{"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-people.microsoft_people_admin_people_update_pronouns

Update pronounsSettings\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /admin/people/pronouns.

Write write
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level, body
Generic call
kosmo integrations:call microsoft-people.microsoft_people_admin_people_update_pronouns '{"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-people microsoft_people_admin_people_update_pronouns '{"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-people.microsoft_people_me_list_people

List people\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/people.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_me_list_people '{"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-people microsoft_people_me_list_people '{"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-people.microsoft_people_me_people_get_count_eaef

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/people/$count.

Read read
Parameters
top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_me_people_get_count_eaef '{"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-people microsoft_people_me_people_get_count_eaef '{"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-people.microsoft_people_me_get_people

Get people from me\n\nOfficial Microsoft Graph v1.0 endpoint: GET /me/people/{person-id}.

Read read
Parameters
person_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_me_get_people '{"person_id":"example_person_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-people microsoft_people_me_get_people '{"person_id":"example_person_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select","expand":"example_expand"}' --json

microsoft-people.microsoft_people_users_list_people

Get people from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/people.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_users_list_people '{"user_id":"example_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-people microsoft_people_users_list_people '{"user_id":"example_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-people.microsoft_people_users_people_get_count_d516

Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/people/$count.

Read read
Parameters
user_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_users_people_get_count_d516 '{"user_id":"example_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-people microsoft_people_users_people_get_count_d516 '{"user_id":"example_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-people.microsoft_people_users_get_people

Get people from users\n\nOfficial Microsoft Graph v1.0 endpoint: GET /users/{user-id}/people/{person-id}.

Read read
Parameters
user_id, person_id, top, skip, search, filter, orderby, select, expand, count, if_match, prefer, consistency_level
Generic call
kosmo integrations:call microsoft-people.microsoft_people_users_get_people '{"user_id":"example_user_id","person_id":"example_person_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json
Shortcut
kosmo integrations:microsoft-people microsoft_people_users_get_people '{"user_id":"example_user_id","person_id":"example_person_id","top":"example_top","skip":"example_skip","search":"example_search","filter":"example_filter","orderby":"example_orderby","select":"example_select"}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

microsoft-people.microsoft_people_admin_get_people 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_get_people --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-people.microsoft_people_admin_people_delete_item_insights 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_delete_item_insights --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-people.microsoft_people_admin_people_get_item_insights 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_get_item_insights --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-people.microsoft_people_admin_people_update_item_insights 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_update_item_insights --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-people.microsoft_people_admin_people_list_profile_card_properties 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_list_profile_card_properties --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-people.microsoft_people_admin_people_create_profile_card_properties 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_create_profile_card_properties --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-people.microsoft_people_admin_people_profile_card_properties_get_count_9f88 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_card_properties_get_count_9f88 --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-people.microsoft_people_admin_people_delete_profile_card_properties 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_delete_profile_card_properties --json
ParameterTypeRequiredDescription
profile_card_property_id string yes Path parameter `profileCardProperty-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-people.microsoft_people_admin_people_get_profile_card_properties 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_get_profile_card_properties --json
ParameterTypeRequiredDescription
profile_card_property_id string yes Path parameter `profileCardProperty-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-people.microsoft_people_admin_people_update_profile_card_properties 13 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_update_profile_card_properties --json
ParameterTypeRequiredDescription
profile_card_property_id string yes Path parameter `profileCardProperty-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-people.microsoft_people_admin_people_list_profile_property_settings 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_list_profile_property_settings --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-people.microsoft_people_admin_people_create_profile_property_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_create_profile_property_settings --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-people.microsoft_people_admin_people_profile_property_settings_get_count_5c10 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_property_settings_get_count_5c10 --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-people.microsoft_people_admin_people_delete_profile_property_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_delete_profile_property_settings --json
ParameterTypeRequiredDescription
profile_property_setting_id string yes Path parameter `profilePropertySetting-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-people.microsoft_people_admin_people_get_profile_property_settings 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_get_profile_property_settings --json
ParameterTypeRequiredDescription
profile_property_setting_id string yes Path parameter `profilePropertySetting-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-people.microsoft_people_admin_people_update_profile_property_settings 13 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_update_profile_property_settings --json
ParameterTypeRequiredDescription
profile_property_setting_id string yes Path parameter `profilePropertySetting-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-people.microsoft_people_admin_people_list_profile_sources 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_list_profile_sources --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-people.microsoft_people_admin_people_create_profile_sources 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_create_profile_sources --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-people.microsoft_people_admin_people_profile_sources_delete_by_source_id 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_sources_delete_by_source_id --json
ParameterTypeRequiredDescription
source_id string yes Path parameter `sourceId`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-people.microsoft_people_admin_people_profile_sources_get_by_source_id 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_sources_get_by_source_id --json
ParameterTypeRequiredDescription
source_id string yes Path parameter `sourceId`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates or deletes.
prefer string no Optional Microsoft Graph `Prefer` header.
consistency_level string no Optional Microsoft Graph `ConsistencyLevel` header, usually `eventual` for advanced queries.
microsoft-people.microsoft_people_admin_people_profile_sources_update_by_source_id 13 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_sources_update_by_source_id --json
ParameterTypeRequiredDescription
source_id string yes Path parameter `sourceId`.
top string no Microsoft Graph OData query parameter `$top`.
skip string no Microsoft Graph OData query parameter `$skip`.
search string no Microsoft Graph OData query parameter `$search`.
filter string no Microsoft Graph OData query parameter `$filter`.
orderby string no Microsoft Graph OData query parameter `$orderby`.
select string no Microsoft Graph OData query parameter `$select`.
expand string no Microsoft Graph OData query parameter `$expand`.
count boolean no Microsoft Graph OData query parameter `$count`.
if_match string no Optional Microsoft Graph `If-Match` header for conditional updates 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-people.microsoft_people_admin_people_profile_sources_get_count_e997 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_profile_sources_get_count_e997 --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-people.microsoft_people_admin_people_delete_profile_sources 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_delete_profile_sources --json
ParameterTypeRequiredDescription
profile_source_id string yes Path parameter `profileSource-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-people.microsoft_people_admin_people_get_profile_sources 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_get_profile_sources --json
ParameterTypeRequiredDescription
profile_source_id string yes Path parameter `profileSource-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-people.microsoft_people_admin_people_update_profile_sources 13 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_update_profile_sources --json
ParameterTypeRequiredDescription
profile_source_id string yes Path parameter `profileSource-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-people.microsoft_people_admin_people_get_pronouns 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_get_pronouns --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-people.microsoft_people_admin_people_update_pronouns 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_admin_people_update_pronouns --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-people.microsoft_people_me_list_people 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_me_list_people --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-people.microsoft_people_me_people_get_count_eaef 11 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_me_people_get_count_eaef --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-people.microsoft_people_me_get_people 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_me_get_people --json
ParameterTypeRequiredDescription
person_id string yes Path parameter `person-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-people.microsoft_people_users_list_people 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_users_list_people --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-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-people.microsoft_people_users_people_get_count_d516 12 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_users_people_get_count_d516 --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-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-people.microsoft_people_users_get_people 13 parameters
Schema command
kosmo integrations:schema microsoft-people.microsoft_people_users_get_people --json
ParameterTypeRequiredDescription
user_id string yes Path parameter `user-id`.
person_id string yes Path parameter `person-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.

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.