Microsoft Graph Change Notifications API
A Microsoft API that uses a webhook mechanism to deliver change notifications to clients.
99 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using subscription api to get the presence change notifications. These subscriptions are renewd every hout using PATCH /subscriptions/{id} api. When I renew the subscription, immediately after I am getting events for all the subscribed users which I don't need as I am updating the subsription before it expires. How can I stop this sudden rush of events and just renew the subscription?