phone:read:admin
Medium
curl --location --request GET 'http://api.zoom.us/v2/phone/blocked_list'
{
"blocked_list": [
{
"block_type": "inbound",
"comment": "Blocked numbers starting with 777",
"id": "7buyurtKc0Zw",
"match_type": "prefix",
"phone_number": "1777",
"status": "active"
},
{
"block_type": "inbound",
"comment": "Blocked an unknown caller",
"id": "cYDtrtyrgyQw",
"match_type": "phoneNumber",
"phone_number": "600040404",
"status": "active"
}
],
"next_page_token": "",
"page_size": 30,
"total_records": 2
}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通