How can I find the timestamp of when a webhook on a user presence change was fired

Justin Ghantous 0 Reputation points
2024-05-02T23:54:38.3133333+00:00

We have implemented subscription on user presence changes to fire a webhook into our application using Graph API, we are noticing that sometimes we are not getting the event for 30-90 seconds after the presence change has been made, is there a view within Azure to see when the webhook was fired or to troubleshoot why it took so long to fire the notification?

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

1 answer

Sort by: Most helpful
  1. awijekoon 1,185 Reputation points Microsoft Vendor
    2024-05-04T19:25:59.5966667+00:00

    Hello Justin,

    Delays may occur due to checks on endpoint responsiveness, throttling, and performance metrics. Have you checked this documentation? It might help you

    https://learn.microsoft.com/en-us/graph/change-notifications-delivery-webhooks?tabs=http#throttling

    0 comments No comments