Logo
Zoom Public API Documentation

Add members to a shared line group

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

Adds members to a shared line group. A shared line group allows Zoom Phone admins to share a phone number and extension with a group of phone users or common areas. This gives members of the shared line group access to the group's direct phone number and voicemail. 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

Granular Scopes: phone:write:shared_line_member: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/:slgId/members' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"members":{"common_area_ids":["\u003cstring\u003e","\u003cstring\u003e"],"users":[{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"}]}}'

ENDPOINTS