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

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":["SQv52YtkRLC2dwrDdYtGsA","SQv52YtkRLC2dwrDdYtGsA"]}'

ENDPOINTS