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.Prerequisties:
🟢201**HTTP Status Code:** `201` **Created**
Members added successfully.
application/json
Body
🟠400**HTTP Status Code:** `400` **Bad Request** <br>
Members of a shared line group should come from same site.<br>
A shared line group can only contain {0} members at most.<br><br>
**Error Code:** `300` **Validation Failed**<br>
* Shared line group (id: {sha
🟠404**HTTP Status Code:** `404` **Not Found** <br>
Device does not exist in the system.
**Error Code:** `1001`<br>
User not found: {userId}.
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'http://api.zoom.us/v2/phone/shared_line_groups//members'