GET {{baseUrl}}/phone/roles/:roleId
Use this API to get information on a phone role. Prerequisites:
* Business, or Education account
* Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:role:admin
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>"
} |
ENDPOINTS