Logo
Zoom Public API Documentation

Batch update device line key position

PATCH {{baseUrl}}/phone/devices/:deviceId/line_keys

Use this API to batch update the Zoom Phone device line key position information.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:update:device_line_keys,phone:update:device_line_keys:admin

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/devices/:deviceId/line_keys' -H 'Content-Type: application/json' -d '{"positions":[{"extension_id":"\u003cstring\u003e","index":"\u003cinteger\u003e"},{"extension_id":"\u003cstring\u003e","index":"\u003cinteger\u003e"}]}'

ENDPOINTS