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: Granular Scopes: Rate Limit Label: phone:write:admin
,phone:write
phone:write:extension_inbound_block_rule:admin
,phone:write:extension_inbound_block_rule
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: Granular Scopes: Rate Limit Label: phone:read:admin
,phone:read
phone:read:list_extension_inbound_block_rules:admin
,phone:read:list_extension_inbound_block_rules
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: Granular Scopes: Rate Limit Label: phone:write:admin
,phone:write
phone:delete:extension_inbound_block_rule:admin
,phone:delete:extension_inbound_block_rule
LIGHT
ENDPOINTS