Logo
Zoom Public API Documentation

Update a shared line group

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

A shared line group allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. This gives members of the shared line group access to the group's direct phone number and voicemail. Use this API to update information of a Shared Line Group.

Prerequisites:

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

Scopes: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"display_name":"slg_name_2020_12_22_06_52_34_430","extension_number":65537130,"primary_number":{"id":"---M1padRvSUtw7YihN7sA","number":"14232058798"},"status":"active","timezone":"UTC"}'

ENDPOINTS