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
Request Body
{"display_name"=>"<string>", "extension_number"=>"<long>", "description"=>"<string>", "delay"=>10, "cost_center"=>"<string>", "department"=>"<string>", "play_incoming_calls_sound"=>{"enable"=>"<boolean>", "ring_tone"=>"ringtone_1", "duration"=>0}, "directed_call_pickup"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |