Skip to content

Add Graph API support for Exchange Admin Center settings #937

@khushboo9024

Description

@khushboo9024

Is your feature request related to a problem? Please describe the problem.

Currently, many important Exchange Admin Center (EAC) settings (such as organization configuration, transport rules, mailbox settings, and audit policies) are only accessible via Exchange Online PowerShell. These configurations are not available through Microsoft Graph API (GA or Beta).

This creates a gap for organizations that want to automate compliance checks, monitoring, and reporting in a scalable way without relying on PowerShell. It also limits integration with modern automation platforms and SDKs that depend on REST APIs.

Describe the solution you'd like.

Microsoft Graph should provide API endpoints to retrieve and manage Exchange Admin Center (EAC) settings, similar to how other Microsoft 365 services are already exposed.

Examples of useful additions include:

  • Organization-level settings (equivalent to Get-OrganizationConfig)
  • Audit configuration (e.g., AuditDisabled, AuditBypassEnabled)
  • Mail flow / transport rules (equivalent to Get-TransportRule)
  • Mailbox policies and settings (e.g., litigation hold, mailbox audit settings)

Additional context?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions