Logo
Zoom Public API Documentation

phone-group_call_pickup-{groupId}

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

Granular Scopes: phone:read:call_pickup_group:admin

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

Granular Scopes: phone:delete:call_pickup_group:admin

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

Granular Scopes: phone:update:call_pickup_group:admin

Rate Limit Label: Light



ENDPOINTS