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

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":"Phone Super Admin","description":"Admin has full privileges to access and manage the Zoom Phone (default)."}'

ENDPOINTS