{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.outlookUser API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.outlookUser", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get outlook from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook", "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 outlook from me" }, { "info": { "name": "Microsoft Graph List masterCategories", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories", "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 all the categories that have been defined for a user." }, { "info": { "name": "Microsoft Graph Create Outlook category", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories", "body": { "type": "json", "data": "{}" } }, "docs": "Create an outlookCategory object in the user's master list of categories." }, { "info": { "name": "Microsoft Graph Get Outlook category", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories/:outlookCategory-id", "params": [ { "name": "outlookCategory-id", "value": "", "type": "path", "description": "The unique identifier of outlookCategory" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of the specified outlookCategory object." }, { "info": { "name": "Microsoft Graph Update outlookCategory", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories/:outlookCategory-id", "params": [ { "name": "outlookCategory-id", "value": "", "type": "path", "description": "The unique identifier of outlookCategory" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the writable property, color, of the specified outlookCategory object. You can't modify the displayName property once you have created the category." }, { "info": { "name": "Microsoft Graph Delete outlookCategory", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories/:outlookCategory-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "outlookCategory-id", "value": "", "type": "path", "description": "The unique identifier of outlookCategory" } ] }, "docs": "Delete the specified outlookCategory object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/masterCategories/$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 Invoke function supportedLanguages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/supportedLanguages()", "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" } ] }, "docs": "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by\r\ngetting the user's mailbox settings." }, { "info": { "name": "Microsoft Graph Invoke function supportedTimeZones", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/supportedTimeZones()", "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" } ] }, "docs": "Get the list of time zones that are supported for the user, as configured on the user's mailbox server. You can explicitly specify to have time zones returned in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. When setting up an Outlook client, the user selects the preferred time zone from this supported list. You can subsequently get the preferred time zone by\r\ngetting the user's mai" }, { "info": { "name": "Microsoft Graph Invoke function supportedTimeZones", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/outlook/supportedTimeZones(TimeZoneStandard=':TimeZoneStandard')", "params": [ { "name": "TimeZoneStandard", "value": "", "type": "path", "description": "Usage: TimeZoneStandard='{TimeZoneStandard}'" }, { "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" } ] }, "docs": "Get the list of time zones that are supported for the user, as configured on the user's mailbox server. You can explicitly specify to have time zones returned in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. When setting up an Outlook client, the user selects the preferred time zone from this supported list. You can subsequently get the preferred time zone by\r\ngetting the user's mai" } ] } ], "bundled": true }