Number of APIs: 3
1. List call pickup group members
GET {{baseUrl}}/phone/group_call_pickup/:groupId/members?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&site_id=NjHmTu16Qfe8yOiNJuekXA&extension_type=user
Use this API to retrieve members of a call pickup group in an account. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Rate Limit Label: phone:read:admin
Medium
2. Add members to a call pickup group
POST {{baseUrl}}/phone/group_call_pickup/:groupId/members
Use this API to add members to the specified Group Call Pickup object. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Rate Limit Label: phone:write:admin
Light
3. Remove members from call pickup group
DELETE {{baseUrl}}/phone/group_call_pickup/:groupId/members/:extensionId
Use this API to remove member from the Group Call Pickup object. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Rate Limit Label: phone:write:admin
Light
ENDPOINTS