Use this API to assign phone numbers to a shared line groups. These direct phone numbers will be shared among members of the shared line group https://support.zoom.us/hc/enus/articles/360038850792Settingupsharedlinegroups .**Prerequisties:** * Pro or higher account with Zoom Phone license.* A valid Shared Line Group* Account owner or admin privileges**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

assignPhoneNumbers_PhoneSharedLineGroups(
  sharedLineGroupId,
  phone_numbers = NULL,
  return_response = F
)

Arguments

sharedLineGroupId

Unique Identifier of the Shared Line Group.

phone_numbers

Phone number s to be assigned to the Shared Line Group.

return_response

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