A shared line group https://support.zoom.us/hc/enus/articles/360038850792 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. **Prerequisties:** * Pro or higher account with Zoom Phone license.* Account owner or admin privileges **Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateSharedLineGroup(
  sharedLineGroupId,
  display_name = NULL,
  extension_number = NULL,
  primary_number = NULL,
  timezone = NULL,
  status = NULL,
  return_response = F
)

Arguments

sharedLineGroupId

Unique identifier of the shared line group that is to be updated.

display_name

Display Name of the Shared Line Group.

extension_number

Extension number assigned to the Shared Line Group.

primary_number

If you have multiple direct phone numbers assigned to the shared line group, select a number from those numbers as the primary number. The primary number shares the same line as the extension number. This means if a caller is routed to the shared line group through an auto receptionist, the line associated with the primary number will be used. A pending number cannot be used as a Primary Number.

timezone

Timezone to be used for the Business Hours. A value should be provided from the IDs listed here https://marketplace.zoom.us/docs/apireference/otherreferences/abbreviationlists#timezones .

status

Status of the Shared Line Group.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.