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**Scope:** phone:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

listBlockedLists(next_page_token = NULL, page_size = NULL, return_response = F)

Arguments

next_page_token

The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.

page_size

The total number of records returned from a single API call.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.