Graph API Limit

Chris Roughsedge 1 Reputation point
2021-03-01T10:18:16.933+00:00

How do we request an increase on the 10k limit per month for calls via the Graph API on an app registration?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,646 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,562 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Shashi Shailaj 7,581 Reputation points Microsoft Employee
    2021-03-01T15:16:53.877+00:00

    Hello @Chris Roughsedge ,

    The Microsoft Graph API throttling limits cannot be changed as of now. It can neither be decreased or increased as per the update from Engineering . We have a detailed throttling guidance for Microsoft Graph and a detailed article describing how to use calling patterns in onedrive scenarios for checking on files and avoid throttling which would give you more clarity on how you should design the calling pattern for your application to keep the number of calls optimal within the range so that the application does not get throttled by the service. Along with this , I would also suggest you to go through the discussion on the Github MS graph repo for the same which might give you ideas around this subject .

    Hope this helps. Should you have any further query or I have misunderstood your question , please do reply in comments with details . In case the information provided is helpful , please do accept this post as answer which will help others searching similar questions in the community .

    Thank you.

    0 comments No comments