From bfd1be737966b7f09ed44f51f3f6094a996c4302 Mon Sep 17 00:00:00 2001 From: Dylan Stetts <131203492+dylanstetts@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:42:56 -0500 Subject: [PATCH 1/2] Expand change notifications for Teams resource limits Added important note about Teams subscription limits and their impact on resource quotas, which was previously unclear. --- .../change-notifications-supported-resources-expanded.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/concepts/includes/change-notifications-supported-resources-expanded.md b/concepts/includes/change-notifications-supported-resources-expanded.md index 2bddacf96bc..a8900c39b24 100644 --- a/concepts/includes/change-notifications-supported-resources-expanded.md +++ b/concepts/includes/change-notifications-supported-resources-expanded.md @@ -15,6 +15,15 @@ An app can subscribe to changes on the Microsoft Graph resources listed in the t > [!NOTE] > Subscriptions to resources marked with an asterisk (`*`) are only available on the `/beta` endpoint. + +> [!IMPORTANT] +> For Microsoft Teams resources, the **"Per organization: 10,000 total subscriptions" limit is shared cumulatively across all Teams change notification subscriptions** in the tenant. +> +> This means subscriptions created for different Teams resources, such as chats, chat messages, call transcripts, call recordings, channels, teams, and conversation members, **all contribute to the same organizational quota pool**. +> +> When the combined number of active Teams subscriptions reaches this limit, additional subscription creation requests for any Teams resource will fail with a `403 Forbidden` error. + + | Resource | Supported resource paths | Limitations | |---|---|---| | Cloud printing [printer][] | Changes when a print job is ready to be downloaded (jobFetchable event): `/print/printers/{id}/jobs` | - | From e52a597620a9e54a75e8cfc45855f8f2526d0b56 Mon Sep 17 00:00:00 2001 From: Danipocket <88507770+Danipocket@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:26:56 -0600 Subject: [PATCH 2/2] Update change-notifications-supported-resources-expanded.md --- ...nge-notifications-supported-resources-expanded.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/concepts/includes/change-notifications-supported-resources-expanded.md b/concepts/includes/change-notifications-supported-resources-expanded.md index a8900c39b24..8d999fd25e5 100644 --- a/concepts/includes/change-notifications-supported-resources-expanded.md +++ b/concepts/includes/change-notifications-supported-resources-expanded.md @@ -10,18 +10,10 @@ ms.date: 11/07/2024 -An app can subscribe to changes on the Microsoft Graph resources listed in the table. +An app can subscribe to changes on the Microsoft Graph resources listed in the table. Subscriptions to resources marked with an asterisk (`*`) are only available on the `/beta` endpoint. > [!NOTE] -> Subscriptions to resources marked with an asterisk (`*`) are only available on the `/beta` endpoint. - - -> [!IMPORTANT] -> For Microsoft Teams resources, the **"Per organization: 10,000 total subscriptions" limit is shared cumulatively across all Teams change notification subscriptions** in the tenant. -> -> This means subscriptions created for different Teams resources, such as chats, chat messages, call transcripts, call recordings, channels, teams, and conversation members, **all contribute to the same organizational quota pool**. -> -> When the combined number of active Teams subscriptions reaches this limit, additional subscription creation requests for any Teams resource will fail with a `403 Forbidden` error. +> For Microsoft Teams resources, the **per-organization limit of 10,000 total subscriptions** is shared cumulatively across **all Teams change notification subscriptions** in the tenant. It includes subscriptions created for different Teams resources—such as chats, chat messages, call transcripts, call recordings, channels, teams, and conversation members—which **all count toward the same organizational quota**. When the combined number of active Teams subscriptions reaches this limit, **any additional subscription creation request for a Teams resource fails** with a `403 Forbidden` error. | Resource | Supported resource paths | Limitations |