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.