Graph Subscription Limitation

2020-11-10T12:43:02.517+00:00

We are creating graph subscriptions for "update" events in groups. Below is the request body we are using to create subscriptions:
{
changeType: "updated",
notificationUrl: https://XX/webhook,
resource: groups/{id},
expirationDateTime: expiryTime,
clientState: "secretClientValue",
}

Found that there was a quota limit on subscriptions per tenant.

Created around 200 subscriptions for first time. Next time, when tried to create it was throwing 403.
38700-image.png

On the next try, we created atleast 2000 subscriptions still it didn't throw any error.

Does the limit apply on "groups/{id}" resource? If it is applicable, what is the limit?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SungowMSFT 1 Reputation point
    2020-11-19T06:13:59.077+00:00

    I do not see any limit on group resource quota, however I see some limitation on Subscription length here -
    https://learn.microsoft.com/en-us/graph/api/resources/subscription?view=graph-rest-1.0#maximum-length-of-subscription-per-resource-type

    Following this thread.....

    41051-image.png

    0 comments No comments