What is the throttleing limit (read operation) on Identity and access services ?

Abhinav Gupta 51 Reputation points
2021-11-09T12:31:02.347+00:00

We are using /users , /servicePrincipals, and /applications APIs to fetch application data and then calling apps using user Access URL.

Would like to know what is the throttling read limit on Identity and access services ?

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

147776-image.png

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,429 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,700 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
25,029 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 119.2K Reputation points MVP Volunteer Moderator
    2021-11-09T13:47:35.16+00:00

    The limits can be found in the same article you posted the screenshot from:

    Limit type Resource unit quota Write quota  
application+tenant pair S: 3500, M:5000, L:8000 per 10 seconds 3000 per 2 minutes and 30 seconds  
application 150,000 per 20 seconds 70,000 per 5 minutes  
tenant Not Applicable 18,000 per 5 minutes

    including a detailed table per each endpoint. If an endpoint you are interested in is not explicitly listed in the table, its "cost" is 1.


Your answer

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