phone:read:admin
Light
curl --location --request GET 'http://api.zoom.us/v2/phone/blocked_list/'
{
"block_type": "inbound",
"comment": "Blocked all numbers starting with 0001",
"id": "7bR_Ix4KSJS_heuPPKc0Zw",
"match_type": "prefix",
"phone_number": "0001",
"status": "active"
}
inbound
: The blocked number or numbers with the specifie prefix are prevented from calling in to phone users.outbound
: The phone users are prevented from calling the blocked number or numbers with the specified prefix.phoneNumber
: Indicates that only a specific phone number that is shown in the phone_number
field is blocked.prefix
: Indicates that all numbers starting with prefix that is shown in the phone_number
field are blocked.match_type
.active
: The blocked list is active.inactive
: The blocked list is inactive.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通