Share via

error when hitting the limit for Microsoft Graph API in Dynatrace cloud platform

SeifElDin Mohamed 0 Reputation points
2026-01-02T15:57:48.39+00:00

While using the Dynatrace platform, we encountered an issue with the Send Email feature, which relies on the Microsoft Graph API.
There is an error occurred (Microsoft Graph API responded with a status code 429 Too many requests)
I want to know the specific rate limits applied to our tenant for Microsoft Graph API and to have guidance on how to prevent this issue from recurring again and permanently fix it.

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Catherine Kyalo 3,100 Reputation points Microsoft Employee
    2026-03-30T06:33:15.99+00:00

    Microsoft Graph applies two layers of throttling at the same time:

    1. Global Graph limits (across all services)
    2. Service‑specific limits (Mail / Outlook workload)

    Any request can be evaluated against per‑app, per‑tenant, or per‑app‑per‑tenant limits — the first one exceeded triggers throttling.

    When throttling happens, Graph:

    • Returns HTTP 429
    • Blocks further requests for a period
    • Includes a Retry‑After header telling you how long to wait before retrying

    Reference: https://learn.microsoft.com/en-us/graph/throttling-limits

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.