addMembersToSharedLineGroup.Rd
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 add members https://support.zoom.us/hc/enus/articles/360038850792Settingupsharedlinegroups#h_7cb4237048f64a8f84f4c6eee4d9f0ca to a Shared Line Group. Note that a member can only be added to one shared line group. **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
addMembersToSharedLineGroup( sharedLineGroupId, members = NULL, return_response = F )
sharedLineGroupId | Unique Identifier of the shared line group. |
---|---|
members | Members can comprise of users on the account as well as common area phones. You can add a maximum of 10 members at once. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |