GET {{baseUrl}}/phone/group_call_pickup/:groupId
Use this API to retrieve information on a specific Group Call Pickup object in an account. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:call_pickup_group:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"display_name": "<string>",
"extension_id": "<string>",
"extension_number": "<long>",
"description": "<string>",
"delay": 5,
"member_count": "<integer>",
"cost_center": "<string>",
"department": "<string>",
"site": {
"id": "<string>",
"name": "<string>"
},
"play_incoming_calls_sound": {
"enable": "<boolean>",
"ring_tone": "ringtone_1",
"duration": 5
},
"directed_call_pickup": "<boolean>"
} |
ENDPOINTS