Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.63 KB

File metadata and controls

36 lines (28 loc) · 1.63 KB
title Overview: Microsoft Graph API change notifications
description Deliver change notifications to clients.
ms.localizationpriority high
author jessieli-ad
ms.subservice change-notifications
doc_type conceptualPageType
ms.date 09/10/2022

Microsoft Graph API change notifications

Namespace: microsoft.graph

The Microsoft Graph REST API can deliver change notifications to clients through various endpoints, including webhooks, Event Hubs, and Event Grid. To learn how to subscribe and receive notifications for your application, see Set up notifications for changes in user data.

[!INCLUDE change-notifications-supported-resources-expanded]

Note: Any resource path that begins with /users/{id} can also accept /me to reference the signed-in user.

Related content