Logo
Zoom Public API Documentation

Update phone number details

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

Use this API to update a Zoom Phone number's information.

Scopes: phone:write, phone:write:admin, phone:master
Rate Limit Label: Light

Prerequisites: * A Paid account

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/numbers/:numberId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"capability":["incoming","incoming"],"display_name":"Display Name","emergency_address_status":1,"sip_group_id":"8MhK7ea4Q4ihIQ4TD_g0kw"}'

ENDPOINTS