Logo
Zoom Public API Documentation

phone-auto receptionists-{auto Receptionist Id}-phone numbers

Number of APIs: 3


1. Unassign all phone numbers

DELETE {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/phone_numbers

Unassign all phone numbers that were previously assigned to an auto receptionist.

Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions
Scopes: phone:write:admin

Rate Limit Label: Light



2. Assign phone numbers

POST {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/phone_numbers

Assign available phone numbers to an auto receptionist. The available numbers can be retrieved using the List Phone Numbers API with type query parameter set to unassigned.

Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions
Scopes: phone:write:admin

Rate Limit Label: Light



3. Unassign a phone number

DELETE {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/phone_numbers/:phoneNumberId

Unassign a specific phone number that was previously assigned to an auto receptionist.

Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions
Scopes: phone:write:admin

Rate Limit Label: Light



ENDPOINTS