{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin deviceManagement.deviceConfiguration API", "version": "1.0.0" }, "items": [ { "info": { "name": "deviceManagement.deviceConfiguration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get deviceConfigurations from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The device configurations." }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceConfigurations for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceConfigurations for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceConfigurations from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The device configurations." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceConfigurations in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceConfigurations in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceConfigurations for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property deviceConfigurations for deviceManagement" }, { "info": { "name": "Microsoft Graph Get assignments from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of assignments for the device configuration profile." }, { "info": { "name": "Microsoft Graph Create new navigation property to assignments for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignments for deviceManagement" }, { "info": { "name": "Microsoft Graph Get assignments from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments/:deviceConfigurationAssignment-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of assignments for the device configuration profile." }, { "info": { "name": "Microsoft Graph Update the navigation property assignments in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments/:deviceConfigurationAssignment-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignments in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property assignments for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments/:deviceConfigurationAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationAssignment-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationAssignment" } ] }, "docs": "Microsoft Graph Delete navigation property assignments for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assignments/$count", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get deviceSettingStateSummaries from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device Configuration Setting State Device Summary" }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceSettingStateSummaries for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceSettingStateSummaries for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceSettingStateSummaries from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries/:settingStateDeviceSummary-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "settingStateDeviceSummary-id", "value": "", "type": "path", "description": "The unique identifier of settingStateDeviceSummary" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device Configuration Setting State Device Summary" }, { "info": { "name": "Microsoft Graph Update the navigation property deviceSettingStateSummaries in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries/:settingStateDeviceSummary-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "settingStateDeviceSummary-id", "value": "", "type": "path", "description": "The unique identifier of settingStateDeviceSummary" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceSettingStateSummaries in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceSettingStateSummaries for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries/:settingStateDeviceSummary-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "settingStateDeviceSummary-id", "value": "", "type": "path", "description": "The unique identifier of settingStateDeviceSummary" } ] }, "docs": "Microsoft Graph Delete navigation property deviceSettingStateSummaries for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceSettingStateSummaries/$count", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get deviceStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device configuration installation status by device." }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceStatuses for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses/:deviceConfigurationDeviceStatus-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationDeviceStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device configuration installation status by device." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceStatuses in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses/:deviceConfigurationDeviceStatus-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationDeviceStatus" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceStatuses in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceStatuses for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses/:deviceConfigurationDeviceStatus-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationDeviceStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationDeviceStatus" } ] }, "docs": "Microsoft Graph Delete navigation property deviceStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatuses/$count", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get deviceStatusOverview from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatusOverview", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device Configuration devices status overview" }, { "info": { "name": "Microsoft Graph Update the navigation property deviceStatusOverview in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatusOverview", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceStatusOverview in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceStatusOverview for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/deviceStatusOverview", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property deviceStatusOverview for deviceManagement" }, { "info": { "name": "Microsoft Graph Invoke action assign", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/assign", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action assign" }, { "info": { "name": "Microsoft Graph Invoke function getOmaSettingPlainTextValue", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/getOmaSettingPlainTextValue(secretReferenceValueId=':secretReferenceValueId')", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "secretReferenceValueId", "value": "", "type": "path", "description": "Usage: secretReferenceValueId='{secretReferenceValueId}'" } ] }, "docs": "Microsoft Graph Invoke function getOmaSettingPlainTextValue" }, { "info": { "name": "Microsoft Graph Get userStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device configuration installation status by user." }, { "info": { "name": "Microsoft Graph Create new navigation property to userStatuses for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to userStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get userStatuses from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses/:deviceConfigurationUserStatus-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationUserStatus" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device configuration installation status by user." }, { "info": { "name": "Microsoft Graph Update the navigation property userStatuses in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses/:deviceConfigurationUserStatus-id", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationUserStatus" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userStatuses in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property userStatuses for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses/:deviceConfigurationUserStatus-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "deviceConfigurationUserStatus-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationUserStatus" } ] }, "docs": "Microsoft Graph Delete navigation property userStatuses for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatuses/$count", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get userStatusOverview from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatusOverview", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device Configuration users status overview" }, { "info": { "name": "Microsoft Graph Update the navigation property userStatusOverview in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatusOverview", "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userStatusOverview in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property userStatusOverview for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/:deviceConfiguration-id/userStatusOverview", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "deviceConfiguration-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfiguration" } ] }, "docs": "Microsoft Graph Delete navigation property userStatusOverview for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }