Logo
Zoom Public API Documentation

phone-extension-{extensionId}-inbound_blocked-rules

Number of APIs: 3


1. Add an extension's inbound block rule

POST {{baseUrl}}/phone/extension/:extensionId/inbound_blocked/rules

Adds the given extension's block rule for inbound calls and messaging.

It adds the inbound block rule for the given Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room or User.

Prerequisites: * Pro or a higher account with Zoom Phone license

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:write:extension_inbound_block_rule:admin,phone:write:extension_inbound_block_rule

Rate Limit Label: LIGHT



2. List an extension's inbound block rules

GET {{baseUrl}}/phone/extension/:extensionId/inbound_blocked/rules?keyword=<string>&match_type=prefix&type=block_as_threat&next_page_token=<string>&page_size=30

Returns a list of the given extension's block rule for inbound calls and messaging.

it lists inbound block rule for the given Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room, or User.

Prerequisites: * Pro or a higher account with Zoom Phone license

Scopes: phone:read:admin,phone:read

Granular Scopes: phone:read:list_extension_inbound_block_rules:admin,phone:read:list_extension_inbound_block_rules

Rate Limit Label: MEDIUM



3. Delete an extension's inbound block rule

DELETE {{baseUrl}}/phone/extension/:extensionId/inbound_blocked/rules?blocked_rule_id=<string>

Deletes the given extension's blocked rule for inbound calls and messaging.

Use this API to delete inbound blocked rule for the given Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room or User.

Prerequisites: * Pro or a higher account with Zoom Phone license

Scopes: phone:write:admin,phone:write

Granular Scopes: phone:delete:extension_inbound_block_rule:admin,phone:delete:extension_inbound_block_rule

Rate Limit Label: LIGHT



ENDPOINTS