Logo
Zoom Public API Documentation

Mark a phone number as blocked for all extensions

PATCH {{baseUrl}}/phone/inbound_blocked/extension_rules/statistics/blocked_for_all

Promotes and applies the phone number blocked from the extension level blocked rule to the account level blocked rule. This action is contingent on the statistics of extensions blocked rule. All extensions under the current account block this phone number.

Prerequisites: * Pro or higher account plan with Zoom phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:update:inbound_blocked_for_all: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/extension_rules/statistics/blocked_for_all' -H 'Content-Type: application/json' -d '{"blocked_statistic_id":"\u003cstring\u003e"}'

ENDPOINTS