Updated:
22 October 2025
GetUserTimezone flow demonstrates how to retrieve a user's timezone via a GRAPH request.
The flow does not require premium connectors.
The flow consists of a trigger and 2 actions:
- The Send an HTTP request action of the Office 365 Groups connector.
- The Compose action named as "UserTimeZone".
URI:
https://graph.microsoft.com/v1.0/me/MailboxSettings
Inputs:
@{outputs('Send_an_HTTP_request_to_get_Mailbox_Settings')?['body']?['timeZone']}

Code Sample Notice
The sample code included herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law.
We do not provide technical support for our code samples.
We do not provide technical support for our code samples.
Support Pricing
If you require technical support, purchase at least one support unit, then contact us. Support units are non-refundable.
One Support Unit Price: $35.00

