Forum Discussion
JFM_12
Aug 11, 2025Iron Contributor
Report about Presence Status of User
Hello
Is it possible to have a report about the presence status of user.
Regards
Juan
1 Reply
- Nivedipa-MSFT
Microsoft
@JFM_12 - Thanks for bringing this issue to our attention.
You can report on a user's presence status in Microsoft Teams by integrating with the Microsoft Graph API.
Here’s how it works:
- Microsoft Graph API offers endpoints to retrieve a user's presence, such as Available, Busy, or Away.
- Your bot or app must have the necessary permissions (Presence.Read or Presence.Read.All) in Azure AD.
- To access this information, use the endpoint:
GET https://graph.microsoft.com/v1.0/users/{user-id}/presence
Reference documentation: Get presence - Microsoft Graph v1.0 | Microsoft Learn
Thanks,
Nivedipa
---------------------------------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.