Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/group_call_pickup/:groupId' -H 'Content-Type: application/json' -d '{"display_name":"test","extension_number":1,"description":"test","delay":0,"cost_center":"testCostCenter","department":"testDepartment","play_incoming_calls_sound":{"enable":true,"ring_tone":"ringtone_1","duration":0},"directed_call_pickup":false}'

ENDPOINTS