Forum Discussion
Blizth
Feb 02, 2021Copper Contributor
Setting presence using api
Hi 🙂 I'm developing a react app for Teams and I would like to ask how to set user presence in Teams. My main goal is to make 2-way state synchronization between users in my system and users in Teams...
- Feb 18, 2021
Hi Blizth,
No, there is no way to achieve the desired behavior, You can get user presence but can't modify it by using graph API, sdk or with any other back end library. This won't be implemented in the near future. It's by design.
Jagadeesh-MSFT
Feb 18, 2021Former Employee
Hi Blizth,
No, there is no way to achieve the desired behavior, You can get user presence but can't modify it by using graph API, sdk or with any other back end library. This won't be implemented in the near future. It's by design.
Blizth
Feb 18, 2021Copper Contributor
Thank you for your answer.