Logo
Zoom Public API Documentation

Get role information

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

Use this API to get information on a phone role.

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

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



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

ENDPOINTS