Share via

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.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Vasil Michev 126.8K 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.

    Was this answer helpful?


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.