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

Request Body

{"display_name"=>"<string>", "site_id"=>"<string>", "description"=>"<string>", "extension_number"=>"<long>", "delay"=>0, "play_incoming_calls_sound"=>{"enable"=>false, "ring_tone"=>"ringtone_1", "duration"=>0}, "directed_call_pickup"=>false, "member_extension_ids"=>["<string>", "<string>"]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"id":"\u003cstring\u003e","display_name":"\u003cstring\u003e"}