Microsoft Entra Rate Limits
Microsoft Entra (Azure AD) administration is performed primarily through Microsoft Graph. Throttling for the directory/identity service uses a ResourceUnit token-bucket model scoped per (application, tenant) pair, with separate write quotas. Limits scale with tenant size (Small <50 users, Medium 50-500, Large >500). Returns 429 Too Many Requests with a Retry-After header.
Microsoft Entra Rate Limits is the machine-readable rate-limit profile for Microsoft Entra on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 9 rate-limit definitions, measuring resource_units_per_10_seconds, requests_per_2m30s, resource_units_per_20_seconds, requests_per_5_minutes, and requests_per_10_seconds.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled and serviceUnavailable.
Tagged areas include Rate Limiting, Identity, Access Management, Microsoft Graph, and Microsoft.
Limits
Policies
Sources
- https://learn.microsoft.com/en-us/graph/throttling-limits#identity-and-access-service-limits
- https://learn.microsoft.com/en-us/graph/throttling
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.