{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.userSettings API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.userSettings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get settings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the user and organization userSettings object.\r\nTo learn how to update the properties of the userSettings object, see update user settings." }, { "info": { "name": "Microsoft Graph Update userSettings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of the userSettings object. \r\nUsers in the same organization can have different settings based on their preference or on the organization policies. \r\nTo get the user current settings, see current user settings. " }, { "info": { "name": "Microsoft Graph Delete navigation property settings for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property settings for me" }, { "info": { "name": "Microsoft Graph Get userInsightsSettings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/itemInsights", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the user-customizable privacy settings for itemInsights and meeting hours insights." }, { "info": { "name": "Microsoft Graph Update the navigation property itemInsights in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/itemInsights", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property itemInsights in me" }, { "info": { "name": "Microsoft Graph Delete navigation property itemInsights for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/itemInsights", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property itemInsights for me" }, { "info": { "name": "Microsoft Graph Get shiftPreferences from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/shiftPreferences", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get shiftPreferences from me" }, { "info": { "name": "Microsoft Graph Update the navigation property shiftPreferences in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/shiftPreferences", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property shiftPreferences in me" }, { "info": { "name": "Microsoft Graph Delete navigation property shiftPreferences for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/shiftPreferences", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property shiftPreferences for me" }, { "info": { "name": "Microsoft Graph Get storage from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/storage", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get storage from me" }, { "info": { "name": "Microsoft Graph Update the navigation property storage in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/storage", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property storage in me" }, { "info": { "name": "Microsoft Graph Delete navigation property storage for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/storage", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property storage for me" }, { "info": { "name": "Microsoft Graph Get quota from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get quota from me" }, { "info": { "name": "Microsoft Graph Update the navigation property quota in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property quota in me" }, { "info": { "name": "Microsoft Graph Delete navigation property quota for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property quota for me" }, { "info": { "name": "Microsoft Graph Get services from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services", "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": "Microsoft Graph Get services from me" }, { "info": { "name": "Microsoft Graph Create new navigation property to services for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to services for me" }, { "info": { "name": "Microsoft Graph Get services from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services/:serviceStorageQuotaBreakdown-id", "params": [ { "name": "serviceStorageQuotaBreakdown-id", "value": "", "type": "path", "description": "The unique identifier of serviceStorageQuotaBreakdown" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get services from me" }, { "info": { "name": "Microsoft Graph Update the navigation property services in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services/:serviceStorageQuotaBreakdown-id", "params": [ { "name": "serviceStorageQuotaBreakdown-id", "value": "", "type": "path", "description": "The unique identifier of serviceStorageQuotaBreakdown" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property services in me" }, { "info": { "name": "Microsoft Graph Delete navigation property services for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services/:serviceStorageQuotaBreakdown-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "serviceStorageQuotaBreakdown-id", "value": "", "type": "path", "description": "The unique identifier of serviceStorageQuotaBreakdown" } ] }, "docs": "Microsoft Graph Delete navigation property services for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/storage/quota/services/$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" }, { "info": { "name": "Microsoft Graph List Windows settings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows", "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": "Get a list of windowsSetting objects and their properties for the signed in user." }, { "info": { "name": "Microsoft Graph Create new navigation property to windows for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/settings/windows", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to windows for me" }, { "info": { "name": "Microsoft Graph Get windowsSetting", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a windowsSetting object by passing the ID of the setting in the URL. This method gets the setting for the signed-in user." }, { "info": { "name": "Microsoft Graph Update the navigation property windows in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property windows in me" }, { "info": { "name": "Microsoft Graph Delete navigation property windows for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" } ] }, "docs": "Microsoft Graph Delete navigation property windows for me" }, { "info": { "name": "Microsoft Graph List Windows setting instances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "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": "Get a list of windowsSettingInstance objects and their properties for the signed-in user." }, { "info": { "name": "Microsoft Graph Create new navigation property to instances for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to instances for me" }, { "info": { "name": "Microsoft Graph Get windowsSettingInstance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances/:windowsSettingInstance-id", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "name": "windowsSettingInstance-id", "value": "", "type": "path", "description": "The unique identifier of windowsSettingInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a windowsSettingInstance object by passing the Windows setting ID and Windows setting instance ID in the URL. This method gets a windowsSettingInstance for the signed-in user." }, { "info": { "name": "Microsoft Graph Update the navigation property instances in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances/:windowsSettingInstance-id", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "name": "windowsSettingInstance-id", "value": "", "type": "path", "description": "The unique identifier of windowsSettingInstance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property instances in me" }, { "info": { "name": "Microsoft Graph Delete navigation property instances for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances/:windowsSettingInstance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "name": "windowsSettingInstance-id", "value": "", "type": "path", "description": "The unique identifier of windowsSettingInstance" } ] }, "docs": "Microsoft Graph Delete navigation property instances for me" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/:windowsSetting-id/instances/$count", "params": [ { "name": "windowsSetting-id", "value": "", "type": "path", "description": "The unique identifier of windowsSetting" }, { "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 the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/settings/windows/$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 }