Hi Julia,
Thank you for reaching out to Microsoft!
To answer your question, please find the difference between 'Busy' and 'InACall' status
Busy: This status indicates that the user is occupied and does not want to be disturbed.
InACall: This status specifically indicates that the user is currently on a call.
Further it's possible to set status to "Busy" or "In A Call" through Microsoft Graph, for that please use the API as per documentation https://learn.microsoft.com/en-us/graph/api/presence-setpresence?view=graph-rest-1.0&tabs=http
POST https://graph.microsoft.com/v1.0/users/fa8bf3dc-eca7-46b7-bad1-db199b62afc3/presence/setPresence
Along with Request Body
Content-Type: application/json
{
"sessionId": "22553876-f5ab-4529-bffb-cfe50aa89f87",
"availability": "Available",
"activity": "Available",
"expirationDuration": "PT1H"
}
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment