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

Granular Scopes: phone:read:role:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "description": "<string>", "id": "<string>", "name": "<string>", "total_members": "<integer>", "is_default": "<boolean>" }



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

ENDPOINTS