Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ ms.date: 11/07/2024

<!-- markdownlint-disable MD041-->

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.
> 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 |
|---|---|---|
Expand Down
Loading