Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get user online status in Microsoft Graph?

I am using Microsoft Graph.

I tried

GET /users/{id | userPrincipalName}

to get user online status (online / busy / offline...) like the one in Outlook.

enter image description here

However, it won't give me any field like onlineStatus.

Is there an API to get user online status?

like image 290
Hongbo Miao Avatar asked Jan 04 '23 00:01

Hongbo Miao


1 Answers

This is not available through the Microsoft Graph today, but we welcome community feedback! Please upvote/comment on this UserVoice post so our team can see interest in this endpoint being added to the Microsoft Graph API.

like image 144
David Avatar answered Jan 15 '23 19:01

David