Managing user presence

Copper Contributor

Hello,

 

I want try to make integration with MS Teams and my company application. We want to synchronize user presence between our app and Microsoft Teams. We need to get notification when some user changes presence in MS Teams, and on the other hand we need to set new one in MS Teams when user changes presence in our app. Is there any posibility to get notification about presence changes from MS Teams? I checked Graph API documentation and I can only get presence in beta api, but a I cannot get any updates. I also checked documentation of MS Teams bots, but i didn't find any information about presence.

 

Regards Mateusz

1 Reply

@Mateusz_Wroblewski not yet via the graph API, we have been advised that they are working to app a webhook so your app can be notified of presence changes.

 

If you app has a local client, it can read Teams presence in the same way as Office client applications, see https://docs.microsoft.com/en-us/office/client-developer/shared/integrating-im-applications-with-off... for more details.