Logo
Zoom Public API Documentation

Duplicate a phone role

POST {{baseUrl}}/phone/roles

Use this API to duplicate a phone 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
Accept
string




RESPONSES

status Created

{ "id": "1exEg_e9QbKFD4dBJzzrZw", "name": "Compliance Admin (Copy)" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/roles' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"role_id":"MRNStlOVS02fJ6pOAzrh0B","name":"Phone Super Admin","description":"Admin has full privileges to access and manage the Zoom Phone (default)."}'

ENDPOINTS