Graph Explorer reports 'PresenceUnknown' but I'm Available in Teams

Charles Brereton 1 Reputation point
2021-02-10T14:05:02.663+00:00

When using the Microsoft Graph Explorer to try out various Graph API functions, I find that my Presence is being incorrectly reported. The same issue occurs if I look for my manager's presence (having first obtained his id by searching his UPN). I'm logged into Teams desktop client and I am Available, but Graph explorer reports as follows:

Query: GET https://graph.microsoft.com/v1.0/users/me/presence

Response: OK - 200 - 249ms

JSON :

   {
        "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('me')/presence/$entity",
        "id": "me",
        "availability": "PresenceUnknown",
        "activity": "PresenceUnknown"
    }

Any suggestions welcome!

Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,614 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,857 questions
{count} votes

6 answers

Sort by: Most helpful
  1. Rama-MSFT 176 Reputation points
    2021-03-02T14:31:11.623+00:00

    Hi @Charles Brereton ,

    Glad to hear that your issue got fixed.

    Please feel free to contact us for any further queries.

    0 comments No comments