Logo
Zoom Public API Documentation

Add members to a shared line group

POST {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/members

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 add members to a Shared Line Group. Note that a member can only be added to one shared line group.

Prerequisites:

  • 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: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/members' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"members":{"common_area_phone_ids":["---faFMbQXaVshw0yVGp7w","---faFMbQXaVshw0yVGp7w"],"common_area_ids":["iewGNg-LSYa0ghhkr4d0Hg","iewGNg-LSYa0ghhkr4d0Hg"],"users":[{"email":"largepbx3_018638@largepbx3.com","id":"gLGURYbRTSup_z4CkSwKuA"},{"email":"largepbx3_018638@largepbx3.com","id":"gLGURYbRTSup_z4CkSwKuA"}]}}'

ENDPOINTS