Forum Discussion
matthieuwa
Jan 26, 2022Copper Contributor
Microsoft Teams Status Changes Report
Hello Community, I have a question: Does MS teams record how long a user spends in a specific status? If yes, where can I download the report? If no, is there a way to record this and afterwards...
VasilMichev
Jan 26, 2022MVP
You've got all the correct information already. No such report, but you can build your own via the Graph API if needed. But it will include only status/presence changes going forward, not historic ones.
- matthieuwaJan 27, 2022Copper Contributor
Thanks for your response!
Problem is, I'm looking for a way to get/record historic MS Teams statuses - I don't need live statuses. i.e. I would like to be able to get something like this (basically a reporting tool):Period: 1 Month (Jan 2022)
User 1:
- Available = 96 hours
- Do not disturb = 16 hours
- In a meeting = 40 hours
- Away = 8 hours
- etc.
User 2:
- Available = 96 hours
- Do not disturb = 8 hours
- In a meeting = 8 hours
- Away = 48 hours
- etc.
and so on for all users in my organisation.
Thanks in advance for any further ideas!
- VasilMichevJan 27, 2022MVPYou'll have to periodically poll for the status, store data somewhere, aggregate. No solution within M365 for that currently.