question

corey-tenney9911 avatar image
corey-tenney9911 asked John Wang Deactivated answered

How to set TimeZone thru API?

I was looking thru the API for how to set timezone and cannot find it. Please correct me if/when I am wrong... is there not a way to set the timezone thru the API?

rest api
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

John Wang avatar image
John Wang Deactivated answered
You can update this via the update extension settings API:

PUT /restapi/v1.0/account/~/extension/~ {     "regionalSettings": {         "timezone": {             "id": 58         }     } }

You can get the supported timezone ids from the timezone endpoint:

GET /restapi/v1.0/dictionary/timezone

I have a post with some more information on how to do this here:

https://stackoverflow.com/questions/51681789/is-it-possible-to-set-a-users-ringcentral-timezone-thro...
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys