phone:read:admin
Medium
curl --location --request GET 'http://api.zoom.us/v2/phone/common_area_phones'
{
"common_area_phones": [
{
"calling_plans": [
{
"name": "string",
"type": "string"
}
],
"device_type": "string",
"display_name": "string",
"id": "string",
"mac_address": "string",
"phone_numbers": [
{
"id": "string",
"number": "string",
"source": "string"
}
],
"site": {
"id": "string",
"name": "string"
},
"status": "string"
}
],
"next_page_token": "string",
"page_size": "integer",
"total_records": "integer"
}