Logo
Zoom Public API Documentation

Update a shared line group

PATCH {{baseUrl}}/phone/shared_line_groups/:slgId

Updates information of a shared line group. A shared line group allows Zoom Phone admins to share a phone number and extension with a group of phone users or common areas. This gives members of the shared line group access to the group's direct phone number and voicemail. Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • Account owner or admin privileges

Scopes: phone:write:admin

Granular Scopes: phone:update:shared_line_group:admin

Rate Limit Label: Light

 

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/shared_line_groups/:slgId' -H 'Content-Type: application/json' -d '{"display_name":"\u003cstring\u003e","extension_number":"\u003clong\u003e","primary_number":{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"},"status":"active","timezone":"\u003cstring\u003e"}'

ENDPOINTS