Problems when receiving change notifications when getting presence
Öberg, Fredrik /External
75
Reputation points
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?