Logo
Zoom Public API Documentation

phone-blocked_list-{accountBlockedId}

Number of APIs: 3


1. Delete a blocked list

DELETE {{baseUrl}}/phone/blocked_list/:accountBlockedId

A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers).

Use this API to delete a blocked list and therefore removing the associated number from the blocked list. The number will be unblocked after the deletion.

Prerequisites: * Pro or higher account plan with Zoom phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:blocked_list:admin

Rate Limit Label: Light



2. Get blocked list details

GET {{baseUrl}}/phone/blocked_list/:accountBlockedId

A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available. Use this API to get information about a specific blocked list.

Prerequisites: * Pro or higher account plan with Zoom phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:blocked_list:admin

Rate Limit Label: Light



3. Update a blocked list

PATCH {{baseUrl}}/phone/blocked_list/:accountBlockedId

A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available. Use this API to update the information on the blocked list.

Prerequisites: * Pro or higher account plan with Zoom phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:blocked_list:admin

Rate Limit Label: Light



ENDPOINTS