Number of APIs: 2
1. List call pickup group members
GET {{baseUrl}}/phone/group_call_pickup/:groupId/members?page_size=30&next_page_token=<string>&site_id=<string>&extension_type=commonArea
Use this API to retrieve members of a call pickup group 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_member:admin
Medium
2. 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: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:call_pickup_group_member:admin
Light
ENDPOINTS