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

Granular Scopes: phone:update:call_pickup_group: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":"\u003cstring\u003e","extension_number":"\u003clong\u003e","description":"\u003cstring\u003e","delay":10,"cost_center":"\u003cstring\u003e","department":"\u003cstring\u003e","play_incoming_calls_sound":{"enable":"\u003cboolean\u003e","ring_tone":"ringtone_1","duration":0},"directed_call_pickup":"\u003cboolean\u003e"}'

ENDPOINTS