Hi @Lluis Fons ,
Currently regionalandlanguagesettings is in /beta
and APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.
As per my test PUT or PATCH /settings/regionalAndLanguageSettings
and then GET /settings/regionalAndLanguageSettings
works fine, here is my test response.
Note: Using GET without PUT or PATCH will return empty responses!!
Alternatively, consider GET /users/{id|userPrincipalName}/mailboxSettings
refer Get user mailbox settings.
Which will return the timeZone of users mailbox.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".