Logo
Zoom Public API Documentation

Update a phone number

PATCH {{baseUrl}}/phone/numbers/:phoneNumberId

Updates a Zoom Phone number's information.

Prerequisites: * A Paid account

Scopes: phone:write:admin

Granular Scopes: phone:update:number:admin

Rate Limit Label: Light

 

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/:phoneNumberId' -H 'Content-Type: application/json' -d '{"capability":["\u003cstring\u003e","\u003cstring\u003e"],"display_name":"\u003cstring\u003e","emergency_address_status":"\u003cinteger\u003e","sip_group_id":"\u003cstring\u003e"}'

ENDPOINTS