Logo
Zoom Public API Documentation

phone-inbound_blocked-rules

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: phone:write:admin

Granular Scopes: phone:delete:inbound_block_rule:admin

Rate Limit Label: 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: phone:write:admin

Granular Scopes: phone:write:inbound_block_rule:admin

Rate Limit Label: 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: phone:read:admin

Granular Scopes: phone:read:list_inbound_block_rules:admin

Rate Limit Label: MEDIUM



ENDPOINTS