Logo
Zoom Public API Documentation

Update a site's unassigned phone numbers

PATCH {{baseUrl}}/phone/numbers/sites/:siteId

Updates a site's unassigned phone numbers. Up to 20 phone numbers can be updated in a single request.

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

Scopes: phone:write:admin

Granular Scopes: phone:update:site_number:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/numbers/sites/:siteId' -H 'Content-Type: application/json' -d '{"phone_numbers":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS