Table of Contents

MailboxSettings.Read

Allows the app to the read user's mailbox settings. Does not include permission to send mail.

Administrators can configure application access policy to limit app access to specific mailboxes and not to all the mailboxes in the organization, even if the app has been granted the MailboxSettings.Read application permission.

MailboxSettings.Read is valid valid for both Microsoft accounts and work or school accounts.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the MailboxSettings.Read permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier 40f97065-369a-49f4-947c-6a255697ae91 87f447af-9fa4-4c32-9dfa-4a57a73d18ce
DisplayText Read all user mailbox settings Read user mailbox settings
Description Allows the app to read user's mailbox settings without a signed-in user. Does not include permission to send mail. Allows the app to the read user's mailbox settings. Does not include permission to send mail.
AdminConsentRequired Yes No

Graph Methods

API supports delegated access (access on behalf of a user)
API supports app-only access (access without a user)

Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: automaticRepliesSetting

Property Type Description
externalAudience externalAudienceScope The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all.
externalReplyMessage string The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.
internalReplyMessage string The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled.
scheduledEndDateTime dateTimeTimeZone The date and time that automatic replies are set to end, if Status is set to Scheduled.
scheduledStartDateTime dateTimeTimeZone The date and time that automatic replies are set to begin, if Status is set to Scheduled.
status automaticRepliesStatus Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.