{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.mailboxSettings API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.mailboxSettings", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get user mailbox settings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/mailboxSettings", "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's mailboxSettings. You can view all mailbox settings, or get specific settings. Users can set the following settings for their mailboxes through an Outlook client: Users can set their preferred date and time formats using Outlook on the web. Users can choose one of the supported short date or short time formats. This GET operation returns the format the user has chosen. Users can set the time zone they prefer on any Outlook client, by choosing from the supported time zones that thei" }, { "info": { "name": "Microsoft Graph Update user mailbox settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/mailboxSettings", "body": { "type": "json", "data": "{}" } }, "docs": "Enable, configure, or disable one or more of the following settings as part of a user's mailboxSettings: When updating the preferred date or time format for a user, specify it in respectively, the short date or short time format. When updating the preferred time zone for a user, specify it in the Windows or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. You can also further customize the time zone as shown in example 2 below." } ] } ], "bundled": true }