Logo
Zoom Public API Documentation

phone-group call pickup-{group Id}

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: phone:read:admin
Rate Limit Label: Light



2. 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: phone:write:admin

Rate Limit Label: Light



3. 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: phone:write:admin

Rate Limit Label: Light



ENDPOINTS