How to get user's Office 365 default timezone fom Micosoft Graph Api?

3.1k Views Asked by At

Because some Graph API needs user's timezone, I want to get it.

Ex. Find meeting times api needs timezone settings.

Would you tell me how to get user's timezone settings from Office 365?

2

There are 2 best solutions below

4
On BEST ANSWER

I found answer and share it to developers who have same questions.

To get user's Office 365 Timezone, you can get with Get user mailbox settings API.

Please set "Read and write to your mailbox settings" permission in Azure AD.

0
On

The Microsoft Graph now supports requesting the TimeZone directly using either GET /me/mailboxSettings/timeZone or GET /users/{id|userPrincipalName}/mailboxSettings/timeZone