Logo
Zoom Public API Documentation

Update a phone role

PATCH {{baseUrl}}/phone/roles/:roleId

Use this API to update a role.

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:role: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/roles/:roleId' -H 'Content-Type: application/json' -d '{"name":"\u003cstring\u003e","description":"\u003cstring\u003e"}'

ENDPOINTS