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

Request Body

{"line_keys"=>[{"line_key_id"=>"<string>", "index"=>"<integer>", "type"=>"blf", "key_assignment"=>{"extension_id"=>"<string>", "speed_dial_number"=>"<string>", "retrieval_code"=>"<string>"}, "alias"=>"<string>", "outbound_caller_id"=>"<string>"}, {"line_key_id"=>"<string>", "index"=>"<integer>", "type"=>"call_park", "key_assignment"=>{"extension_id"=>"<string>", "speed_dial_number"=>"<string>", "retrieval_code"=>"<string>"}, "alias"=>"<string>", "outbound_caller_id"=>"<string>"}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``