How to retrieve attendance reports from Teams Meetings using Application Permissions
I’m new to working with the Microsoft Graph API and Azure. I want to retrieve the attendance reports for all Teams meetings in my organization, but I’m struggling to understand how to do this using application permissions (app-only authentication).
Presence not updating in Microsoft Teams using Graph API setUserPreferredPresence endpoint
We have developed an MS Teams Tab app. One of its features allows users to set their MS Teams status directly from our app. We use the setUserPreferredPresence endpoint of the Microsoft Graph API to update the status. While this functionality generally works well, we have encountered an issue when a user sets their status to “Away” in MS Teams and remains inactive for more than 15-20 minutes. In this scenario, when we call the Graph API to update the status using setUserPreferredPresence, we receive a 200 OK response from Graph, but user’s status does not change in Teams.