Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,062 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I am getting 403 status code while calling the below API
PATCH https://graph.microsoft.com/beta/users/<userid>/mailboxsettings
Content-type: application/json
{
"delegateMeetingMessageDeliveryOptions": "sendToDelegateAndPrincipal"
}
Already set the application permission - MailboxSettings.ReadWrite
Could you please help on this
Thanks
Shan Joseph