productivity
Microsoft Places MCP, CLI, and Lua Integration for AI Agents
Microsoft Places integration docs for AI agents: MCP gateway setup, Microsoft Places CLI commands, Lua API reference, credentials, and function schemas.Microsoft Places for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
microsoft-places.microsoft_places_places_place_create_place | Write write | 12 | Create place\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places. |
microsoft-places.microsoft_places_places_get_count_f02b | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_building | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.building. |
microsoft-places.microsoft_places_places_place_place_get_count_as_building_9b72 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.building/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_desk | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.desk. |
microsoft-places.microsoft_places_places_place_place_get_count_as_desk_6f90 | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.desk/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_floor | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.floor. |
microsoft-places.microsoft_places_places_place_place_get_count_as_floor_2f1e | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.floor/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_room | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.room. |
microsoft-places.microsoft_places_places_place_place_get_count_as_room_56fc | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.room/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_room_list | Read read | 11 | Get place\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.roomList. |
microsoft-places.microsoft_places_places_place_place_get_count_as_room_list_e9fd | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.roomList/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_section | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.section. |
microsoft-places.microsoft_places_places_place_place_get_count_as_section_95fa | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.section/$count. |
microsoft-places.microsoft_places_places_place_list_place_as_workspace | Read read | 11 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.workspace. |
microsoft-places.microsoft_places_places_place_place_get_count_as_workspace_7f2e | Read read | 11 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/graph.workspace/$count. |
microsoft-places.microsoft_places_places_place_delete_place | Write write | 12 | Delete place\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}. |
microsoft-places.microsoft_places_places_place_update_place | Write write | 13 | Update place\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}. |
microsoft-places.microsoft_places_places_list_check_ins | Read read | 12 | Get checkInClaim\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/checkIns. |
microsoft-places.microsoft_places_places_create_check_ins | Write write | 13 | Create checkInClaim\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/checkIns. |
microsoft-places.microsoft_places_places_check_ins_get_count_2709 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/checkIns/$count. |
microsoft-places.microsoft_places_places_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_get_check_ins | Read read | 13 | Get checkInClaim\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_descendants | Read read | 12 | Invoke function descendants\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/descendants(). |
microsoft-places.microsoft_places_places_place_get_place_as_building | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building. |
microsoft-places.microsoft_places_places_as_building_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/checkIns. |
microsoft-places.microsoft_places_places_as_building_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/checkIns. |
microsoft-places.microsoft_places_places_as_building_check_ins_get_count_114f | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/checkIns/$count. |
microsoft-places.microsoft_places_places_as_building_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_building_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_building_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_building_delete_map | Write write | 12 | Delete buildingMap\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map. |
microsoft-places.microsoft_places_places_as_building_get_map | Read read | 12 | Get buildingMap\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map. |
microsoft-places.microsoft_places_places_as_building_update_map | Write write | 13 | Update the navigation property map in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map. |
microsoft-places.microsoft_places_places_as_building_map_list_footprints | Read read | 12 | List footprints\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/footprints. |
microsoft-places.microsoft_places_places_as_building_map_create_footprints | Write write | 13 | Create new navigation property to footprints for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/map/footprints. |
microsoft-places.microsoft_places_places_as_building_map_footprints_get_count_273d | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/footprints/$count. |
microsoft-places.microsoft_places_places_as_building_map_delete_footprints | Write write | 13 | Delete navigation property footprints for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map/footprints/{footprintMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_get_footprints | Read read | 13 | Get footprints from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/footprints/{footprintMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_update_footprints | Write write | 14 | Update the navigation property footprints in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map/footprints/{footprintMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_list_levels | Read read | 12 | List levels\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels. |
microsoft-places.microsoft_places_places_as_building_map_create_levels | Write write | 13 | Create new navigation property to levels for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/map/levels. |
microsoft-places.microsoft_places_places_as_building_map_levels_get_count_292f | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/$count. |
microsoft-places.microsoft_places_places_as_building_map_delete_levels | Write write | 13 | Delete navigation property levels for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map/levels/{levelMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_get_levels | Read read | 13 | Get levels from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_update_levels | Write write | 14 | Update the navigation property levels in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map/levels/{levelMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_list_fixtures | Read read | 13 | List fixtures\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures. |
microsoft-places.microsoft_places_places_as_building_map_levels_create_fixtures | Write write | 14 | Create new navigation property to fixtures for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures. |
microsoft-places.microsoft_places_places_as_building_map_levels_fixtures_get_count_85dd | Read read | 13 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures/$count. |
microsoft-places.microsoft_places_places_as_building_map_levels_delete_fixtures | Write write | 14 | Delete fixtureMap\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures/{fixtureMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_get_fixtures | Read read | 14 | Get fixtures from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures/{fixtureMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_update_fixtures | Write write | 15 | Update fixtureMap\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map/levels/{levelMap-id}/fixtures/{fixtureMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_list_sections | Read read | 13 | List sections\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections. |
microsoft-places.microsoft_places_places_as_building_map_levels_create_sections | Write write | 14 | Create new navigation property to sections for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections. |
microsoft-places.microsoft_places_places_as_building_map_levels_sections_get_count_bdac | Read read | 13 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections/$count. |
microsoft-places.microsoft_places_places_as_building_map_levels_delete_sections | Write write | 14 | Delete navigation property sections for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections/{sectionMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_get_sections | Read read | 14 | Get sections from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections/{sectionMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_update_sections | Write write | 15 | Update the navigation property sections in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map/levels/{levelMap-id}/sections/{sectionMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_list_units | Read read | 13 | List units\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/units. |
microsoft-places.microsoft_places_places_as_building_map_levels_create_units | Write write | 14 | Create new navigation property to units for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.building/map/levels/{levelMap-id}/units. |
microsoft-places.microsoft_places_places_as_building_map_levels_units_get_count_3fc3 | Read read | 13 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/units/$count. |
microsoft-places.microsoft_places_places_as_building_map_levels_delete_units | Write write | 14 | Delete unitMap\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.building/map/levels/{levelMap-id}/units/{unitMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_get_units | Read read | 14 | Get units from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.building/map/levels/{levelMap-id}/units/{unitMap-id}. |
microsoft-places.microsoft_places_places_as_building_map_levels_update_units | Write write | 15 | Update unitMap\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.building/map/levels/{levelMap-id}/units/{unitMap-id}. |
microsoft-places.microsoft_places_places_place_get_place_as_desk | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.desk. |
microsoft-places.microsoft_places_places_as_desk_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.desk/checkIns. |
microsoft-places.microsoft_places_places_as_desk_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.desk/checkIns. |
microsoft-places.microsoft_places_places_as_desk_check_ins_get_count_fd8b | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.desk/checkIns/$count. |
microsoft-places.microsoft_places_places_as_desk_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.desk/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_desk_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.desk/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_desk_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.desk/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_get_place_as_floor | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.floor. |
microsoft-places.microsoft_places_places_as_floor_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.floor/checkIns. |
microsoft-places.microsoft_places_places_as_floor_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.floor/checkIns. |
microsoft-places.microsoft_places_places_as_floor_check_ins_get_count_e279 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.floor/checkIns/$count. |
microsoft-places.microsoft_places_places_as_floor_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.floor/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_floor_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.floor/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_floor_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.floor/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_get_place_as_room | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.room. |
microsoft-places.microsoft_places_places_as_room_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.room/checkIns. |
microsoft-places.microsoft_places_places_as_room_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.room/checkIns. |
microsoft-places.microsoft_places_places_as_room_check_ins_get_count_9b19 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.room/checkIns/$count. |
microsoft-places.microsoft_places_places_as_room_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.room/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.room/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.room/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_get_place_as_room_list | Read read | 12 | Get place\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList. |
microsoft-places.microsoft_places_places_as_room_list_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.roomList/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_check_ins_get_count_e70f | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/checkIns/$count. |
microsoft-places.microsoft_places_places_as_room_list_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.roomList/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.roomList/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_list_rooms | Read read | 12 | Get rooms from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms. |
microsoft-places.microsoft_places_places_as_room_list_create_rooms | Write write | 13 | Create new navigation property to rooms for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.roomList/rooms. |
microsoft-places.microsoft_places_places_as_room_list_rooms_get_count_b534 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms/$count. |
microsoft-places.microsoft_places_places_as_room_list_delete_rooms | Write write | 13 | Delete navigation property rooms for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.roomList/rooms/{room-id}. |
microsoft-places.microsoft_places_places_as_room_list_get_rooms | Read read | 13 | Get rooms from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms/{room-id}. |
microsoft-places.microsoft_places_places_as_room_list_update_rooms | Write write | 14 | Update the navigation property rooms in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.roomList/rooms/{room-id}. |
microsoft-places.microsoft_places_places_as_room_list_rooms_list_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_rooms_create_check_ins | Write write | 14 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_rooms_check_ins_get_count_28dc | Read read | 13 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/$count. |
microsoft-places.microsoft_places_places_as_room_list_rooms_delete_check_ins | Write write | 14 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_rooms_get_check_ins | Read read | 14 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_rooms_update_check_ins | Write write | 15 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.roomList/rooms/{room-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_list_workspaces | Read read | 12 | Get workspaces from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces. |
microsoft-places.microsoft_places_places_as_room_list_create_workspaces | Write write | 13 | Create new navigation property to workspaces for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.roomList/workspaces. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_get_count_4b94 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces/$count. |
microsoft-places.microsoft_places_places_as_room_list_delete_workspaces | Write write | 13 | Delete navigation property workspaces for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.roomList/workspaces/{workspace-id}. |
microsoft-places.microsoft_places_places_as_room_list_get_workspaces | Read read | 13 | Get workspaces from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces/{workspace-id}. |
microsoft-places.microsoft_places_places_as_room_list_update_workspaces | Write write | 14 | Update the navigation property workspaces in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.roomList/workspaces/{workspace-id}. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_list_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_create_check_ins | Write write | 14 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_check_ins_get_count_8c5e | Read read | 13 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns/$count. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_delete_check_ins | Write write | 14 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_get_check_ins | Read read | 14 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_room_list_workspaces_update_check_ins | Write write | 15 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.roomList/workspaces/{workspace-id}/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_get_place_as_section | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.section. |
microsoft-places.microsoft_places_places_as_section_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.section/checkIns. |
microsoft-places.microsoft_places_places_as_section_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.section/checkIns. |
microsoft-places.microsoft_places_places_as_section_check_ins_get_count_4bba | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.section/checkIns/$count. |
microsoft-places.microsoft_places_places_as_section_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.section/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_section_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.section/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_section_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.section/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_place_get_place_as_workspace | Read read | 12 | List place objects\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.workspace. |
microsoft-places.microsoft_places_places_as_workspace_list_check_ins | Read read | 12 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.workspace/checkIns. |
microsoft-places.microsoft_places_places_as_workspace_create_check_ins | Write write | 13 | Create new navigation property to checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: POST /places/{place-id}/graph.workspace/checkIns. |
microsoft-places.microsoft_places_places_as_workspace_check_ins_get_count_d022 | Read read | 12 | Get the number of the resource\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.workspace/checkIns/$count. |
microsoft-places.microsoft_places_places_as_workspace_delete_check_ins | Write write | 13 | Delete navigation property checkIns for places\n\nOfficial Microsoft Graph v1.0 endpoint: DELETE /places/{place-id}/graph.workspace/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_workspace_get_check_ins | Read read | 13 | Get checkIns from places\n\nOfficial Microsoft Graph v1.0 endpoint: GET /places/{place-id}/graph.workspace/checkIns/{checkInClaim-calendarEventId}. |
microsoft-places.microsoft_places_places_as_workspace_update_check_ins | Write write | 14 | Update the navigation property checkIns in places\n\nOfficial Microsoft Graph v1.0 endpoint: PATCH /places/{place-id}/graph.workspace/checkIns/{checkInClaim-calendarEventId}. |