Number of APIs: 3
1. Get call pickup group by ID
GET {{baseUrl}}/phone/group_call_pickup/:groupId
Use this API to retrieve information on a specific Group Call Pickup object in an account. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:call_pickup_group:admin
Light
2. Delete group call pickup objects
DELETE {{baseUrl}}/phone/group_call_pickup/:groupId
Use this API to remove a Group Call Pickup object. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:call_pickup_group:admin
Light
3. Update the group call pickup information
PATCH {{baseUrl}}/phone/group_call_pickup/:groupId
Use this API to update a specific Group Call Pickup object information. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:update:call_pickup_group:admin
Light
ENDPOINTS