Set device settings

Allows clients to set device settings, such as the display theme (classic, dot) and time mode (12h, 24h, off) or power saving, HDX lights style (Dot, Eclipse), lights inCallColour (Blue, Green), light brightness (Off, Low, Medium, High) and device sounds (Essential, All) settings.

NOTE: Only supported for HDL200, HDL300, Dual HDL300 and HDX devices.

admin role required

Example Request Body for HDL200 (only supports display settings)

{
    "display": {
      "theme": "classic",
      "timeMode": "12h",
    }
}

Example Request Body for HDL300 and Dual HDL300 (only supports power saving settings)

{
    "powerSaving": {
      "sleepModeEnabled": true
    }
}

Example Request Body for HDX (only supports light modes and device sounds settings)

{
  "lights": {
    "style": "Dot",
    "inCallColour": "Blue",
    "brightness": "Medium"
  },
  "deviceSounds": "Essential"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!