ADB2C | Graph API Throttling

Abhay Chandramouli 1,056 Reputation points
2022-09-07T15:13:27.223+00:00

https://learn.microsoft.com/en-us/graph/throttling-limits#identity-and-access-service-limits

In the url above can someone please explain the meaning of this box ?
238685-image.png

Also what does it mean that Creating a user in an Azure AD B2C tenant increases cost by 4

So can you please tell me how many requests or how many users can be created using graph api /users POST in adb2c per sec ?

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 27,211 Reputation points Microsoft Employee Moderator
    2022-09-07T22:21:20.25+00:00

    Hi @Abhay Chandramouli , this is to show you how many requests can be made within a certain timeframe for MS Graph. Creating a user increases "cost" by 4, meaning that it's equivalent to 4 requests. Please refer to the base request cost table in the document.

    The max amount of requests per second is 2000. So depending on what calls you're making, it's 2000/ (call cost) per second. And this depends on the above chart.

    For example, if you're using POST me/getMemberGroups on an application + tenant pair, it costs "2" so you can do it 1000 times per second, up to the quota amount per 10/seconds or minute.

    Please let me know if you have any questions.

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,
    James


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.