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:
curl--location--request POST 'http://api.zoom.us/v2/phone/shared_line_groups//members'
响应示例响应示例
201 - 示例 1
null
请求参数
Path 参数
Body 参数multipart/form-data
返回响应
🟢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}.