3

It looks like you can get a user's presence via API: https://learn.microsoft.com/en-us/graph/api/presence-get?view=graph-rest-1.0&tabs=http. But I can't find any way to get the Teams status itself, specifically this thing:

user status message in teams

I've seen various people asking about it in other forums, I assume it doesn't exist yet but maybe somebody knows how, perhaps there's an undocumented way? Thanks!

UnionP
  • 1,251
  • 13
  • 26

1 Answers1

2

Currently we do not have any Graph API to get the status set in Teams.

You can raise a user voice here: https://microsoftteams.uservoice.com/forums/555103-public/filters/new

ChetanSharma-msft
  • 702
  • 1
  • 3
  • 6
  • Created one here https://feedbackportal.microsoft.com/feedback/idea/875338af-0891-ec11-a81b-000d3ae26307 – UnionP Feb 18 '22 at 22:18
  • RIP user voice... There is a Microsoft 365 Developer Platform feedback item for this here: https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/include-teams-status-in-graph-presence-api/idi-p/2718878 – MrCodeWeaver Oct 19 '22 at 19:35
  • 1
    looks like they added this as a beta feature: https://learn.microsoft.com/en-us/graph/api/presence-setstatusmessage?view=graph-rest-beta&viewFallbackFrom=graph-rest-1.0&tabs=http – jahller Jan 30 '23 at 16:36