documentation invalid regarding users workhoursandlocation endpoint

Sil Loffeld 0 Reputation points
2026-09-09T07:28:25.95+00:00

so the documentation states application type permissions are not supported

and if u call /users instead of /me u MUST use ur own id.

both are wrong.

https://graph.microsoft.com/v1.0/users/******@iact.nl/settings/workHoursAndLocations/recurrences

as i am able to get info out of this api with my application authenticated via the javascript

"@azure/msal-node" 

package.

since i am developing for a company i'm not asking why this works but more so if this is production safe or i have found unintended behavior.

here are the permission im using for this application:

"roles": [ "Calendars.Read", "Calendars.ReadBasic.All", "Calendars.Read.All" ],

Microsoft Security | Microsoft Graph
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.