Logo
Zoom Public API Documentation

phone-blocked_list

Number of APIs: 2


1. Create a blocked list

POST {{baseUrl}}/phone/blocked_list

A Zoom account owner or a user with the 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 create a block list and add a number to the list.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:blocked_list:admin

Rate Limit Label: Light



2. List blocked lists

GET {{baseUrl}}/phone/blocked_list?next_page_token=<string>&page_size=30

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 list all the blocked lists in an acccount.

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

Scopes: phone:read:admin

Granular Scopes: phone:read:list_blocked_lists:admin

Rate Limit Label: Medium



ENDPOINTS