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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "q5C69v95SPKsZ5uUi-Xbcw", "display_name": "testGCP" }



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":"test","site_id":"NjHmTu16Qfe8yOiNJuekXA","description":"test","extension_number":1,"delay":0,"play_incoming_calls_sound":{"enable":false,"ring_tone":"ringtone_1","duration":0},"directed_call_pickup":false,"member_extension_ids":["RfFxkRTIRnOp6ZYo7c1Ptg","RfFxkRTIRnOp6ZYo7c1Ptg"]}'

ENDPOINTS