Logo
Zoom Public API Documentation

Add a group call pickup object

POST {{baseUrl}}/phone/group_call_pickup

Use this API to add a Group Call Pickup instance to the account that has the Zoom Phone license assigned.

Prerequisites: * A Pro or higher account plan * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:call_pickup_group:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "display_name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/group_call_pickup' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"display_name":"\u003cstring\u003e","site_id":"\u003cstring\u003e","description":"\u003cstring\u003e","extension_number":"\u003clong\u003e","delay":0,"play_incoming_calls_sound":{"enable":false,"ring_tone":"ringtone_1","duration":0},"directed_call_pickup":false,"member_extension_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS