Logo
Zoom Public API Documentation

Update an account's inbound block rule

PATCH {{baseUrl}}/phone/inbound_blocked/rules/:blockedRuleId

Updates the account level block 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:update:inbound_block_rule:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/inbound_blocked/rules/:blockedRuleId' -H 'Content-Type: application/json' -d '{"blocked_number":"\u003cstring\u003e","match_type":"SMS-shortCodes","type":"block_for_other_reasons","comment":"\u003cstring\u003e","status":"inactive","country":"\u003cstring\u003e"}'

ENDPOINTS