Skip to main content
PUT
/
v1
/
users
/
{userId}
/
timezone
Update user timezone
curl --request PUT \
  --url https://api.light.inc/v1/users/{userId}/timezone \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json;charset=UTF-8' \
  --data '
{
  "timezone": "<string>"
}
'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

userId
string<uuid>
required

Body

application/json;charset=UTF-8
timezone
string

Response

default - application/json;charset=UTF-8

default response