Change user settings

Change a user's regional settings for the cloud, such as the measurement units and time format.

Note: PUT calls update data entirely. Any data not mentioned in the call, will be deleted.

Request
Security:
Request Body schema: application/json
measurement
required
number

The measurement units used in the cloud.

type 1 - us/imperial, type 2 - metric

Enum: 1 2
timeFormat
required
number

The time format used in the cloud.

type 1 - 24 hours, type 2 - am/pm

Enum: 1 2
Responses
200

Successful operation.

put/users/update-settings
Request samples
application/json
{
  • "measurement": 1,
  • "timeFormat": 1
}
Response samples
application/json
{
  • "requestId": "df5fg-45fgfdsg-45fg-45454"
}