Number of APIs: 3
1. Unassign members from a shared line group
DELETE {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/members
Members of the shared line group have access to the group's phone number and voicemail. Use this API to unassign all existing members from a Shared Line Group. Prerequisites: Scopes: Rate Limit Label:
phone:write:admin
Light
2. Unassign a member from a shared line group
DELETE {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/members/:memberId
Members of the shared line group have access to the group's phone number and voicemail. Use this API to unassign a specific member from a Shared Line Group. Prerequisites: Scopes: Rate Limit Label:
phone:write:admin
Light
3. 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: Scopes: Rate Limit Label:
phone:write:admin
Light
ENDPOINTS