Why Doesn’t Microsoft Graph Support Group Mailboxes?

0
3
Asked By MapleOrbit42 On

I was asked why the Outlook Mail API in Microsoft Graph can't access group mailboxes. The main reason appears to be that a group mailbox isn't associated with its own user or account, while the Outlook Mail API is designed to work with mailboxes linked to accounts. Given how group mailboxes are currently used, is there enough demand or data to justify adding Graph API support for them?

4 Answers

Answered By VelvetKite88 On

Graph also isn’t always the best choice for broad mailbox administration. Permissions such as Mail.Send can potentially apply across a tenant, so Exchange Online RBAC for Applications is a better way to limit an application to specific mailboxes.

Answered By CedarPilot7 On

Be careful not to conflate group mailboxes with shared mailboxes. Shared mailboxes are backed by an account in Microsoft Entra ID, so Microsoft Graph can access them. Group mailboxes don’t have that same account relationship, which is why they aren’t supported in the same way.

Answered By NorthstarMilo3 On

The distinction explains why exporting shared inbox data through Graph works while group mailbox access doesn’t. A shared mailbox has the identity and permissions model Graph expects; a group mailbox currently lacks that foundation.

Answered By QuietRaven51 On

The real question may be whether group mailboxes are used heavily enough to justify the engineering effort. If their data and workflows remain relatively limited compared with user and shared mailboxes, Microsoft may not see Graph support as a high priority.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.