Number of APIs: 3
1. Delete an account's inbound block rule
DELETE {{baseUrl}}/phone/inbound_blocked/rules?blocked_rule_id=<string>
Deletes the account level blocked rule for inbound calls and messaging. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:inbound_block_rule:admin
LIGHT
2. Add an account's inbound block rule
POST {{baseUrl}}/phone/inbound_blocked/rules
Adds an account level block rule for inbound calls and messaging from a phone number. As a result, all extensions block calls and messages to the phone number. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:write:inbound_block_rule:admin
LIGHT
3. List an account's inbound block rules
GET {{baseUrl}}/phone/inbound_blocked/rules?keyword=<string>&match_type=prefix&type=block_as_threat&status=inactive&next_page_token=<string>&page_size=30
Returns a list of account level inbound block rule for inbound calls and messaging. Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_inbound_block_rules:admin
MEDIUM
ENDPOINTS