Batch update line key position and settings information
PATCH
{{baseUrl}}/phone/extension/:extensionId/line_keys
Use this API to batch update the Zoom Phone line key settings information.
Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license
Scopes: phone:write:admin
,phone:write
Granular Scopes: phone:update:line_keys
,phone:update:line_keys:admin
Rate Limit Label: Light
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/phone/extension/:extensionId/line_keys' -H 'Content-Type: application/json' -d '{"line_keys":[{"line_key_id":"\u003cstring\u003e","index":"\u003cinteger\u003e","type":"blf","key_assignment":{"extension_id":"\u003cstring\u003e","speed_dial_number":"\u003cstring\u003e","retrieval_code":"\u003cstring\u003e"},"alias":"\u003cstring\u003e","outbound_caller_id":"\u003cstring\u003e"},{"line_key_id":"\u003cstring\u003e","index":"\u003cinteger\u003e","type":"call_park","key_assignment":{"extension_id":"\u003cstring\u003e","speed_dial_number":"\u003cstring\u003e","retrieval_code":"\u003cstring\u003e"},"alias":"\u003cstring\u003e","outbound_caller_id":"\u003cstring\u003e"}]}'