Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,487 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I open a given team with the teams app, I see an activity count of 2.
But when I call the graph api https://graph.microsoft.com/v1.0/groups/${teamsId}?$select=unseenCount for the same team logged in with the same user, unseenCount is always 0.
Is this the right api call to get unseen activities for a user/team?