Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We're using the preview subscription API to subscribe to teams user presence changes. Our current flow is the following:
/communications/presences?$filter=id in (${userIds.join(',')}), The initial presence works correctly when we get the individual presence, however 80% of the time, changes to any of these user's presences does not call our callback endpoint URL. Note. this payload is accepted correctly with a 200, and get subscriptions returns us the correct sub with correct user IDs. The subscription works around 10/20% of the time.
Any ideas?