POST https://graph.microsoft.com/v1.0/users/xxxxxxxxxxxxxxxxxxxxxxxxxxx/presence/setUserPreferredPresence
Content-Type: application/json
{
"availability": "Busy",
"activity": "Busy",
}
However, when I try to post the same JSON body to the same URL/URI from Power Automate, I'm getting the following error. In Power Automate Flow I've selected the action named "Send a Microsoft Graph HTTP request". Also, the flow is already connected to my account.
Note: User ID has been replaced by xxxxxxxxxxxxxxxxxxxx.