Problems when receiving change notifications when getting presence

Öberg, Fredrik /External 75 Reputation points
2024-09-16T13:35:55.8466667+00:00

Hello we have a problem when we receive change notifications from graph API We receive null values on activity and availability.

{
   "activity": "String",
   "availability":"String",
   "id": "String (identifier)",
   "statusMessage":{"@odata.type": "#microsoft.graph.presenceStatusMessage"}
}

We have Presence.Read.All. on the application. and from nowhere, we start to receive null on the change notifications when users edit the teams status. we have a subscription good and can refresh it and all but we are just receiving null values

We have no clue why this is happening are there any throttling issues making the graph return null?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,055 questions
{count} votes

Accepted answer
  1. Krzysztof Szczelina 80 Reputation points
    2024-09-19T07:07:10.4633333+00:00
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.