Hi,
I am trying to get WorkingHours from Mailbox settings for my users. I have set the API permissions in Azure, and in Graph Explorer and if I run the below query with my email address it works fine. But as soon as I change the email address to one of my users it errors as per the screenshot. Both Azure and Explorer say I've consented so I'm a bit bemused.
https://graph.microsoft.com/v1.0/users/blah@blah.com.au/mailboxsettings/workinghours
To confuse things even more, if I use Connect-MGGraph with a certificate I can pull these details out for each person, but as I am doing this as part of a login script to update the Outlook signature the Connect-MGGraph option is not feasible.


