Logo
Zoom Public API Documentation

List phone roles

GET {{baseUrl}}/phone/roles

Use this API to get phone roles.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes:phone:read:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "roles": [ { "id": "MRNStlOVS02fJ6pOAzrh0A", "name": "Phone Super Admin", "description": "Admin has full privileges to access and manage the Zoom Phone (default).", "total_members": 1, "is_default": true } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/roles' -H 'Accept: application/json'

ENDPOINTS