Logo
Zoom Public API Documentation

Add members to a call pickup group

POST {{baseUrl}}/phone/group_call_pickup/:groupId/members

Use this API to add members to the specified Group Call Pickup object.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:call_pickup_group_member:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/group_call_pickup/:groupId/members' -H 'Content-Type: application/json' -d '{"member_extension_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS