Keyword search with number management API's List Phone Numbers does not work

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.

/v2/number_management/numbers

Description
Details on your question, workflow or the problem you’re trying to solve.

keyword search on List Phone Numbers API does not seem to work. As soon as I include a keyword search in the parameters of the GET request, it returns an empty list.

Error?
The full error message or issue you are running into, where applicable.

No errors are thrown

How To Reproduce
Steps to reproduce the behavior:

  1. Get token from https://zoom.us/oauth/token
  2. use said token as Bearer token in the Authorization header
  3. set query parameters as keyword=<10-digit phone number>
  4. send an HTTP GET request to /v2/number_management/numbers
  5. I get:
    {
    “page_size”: 30,
    “numbers”:
    }

Hi @hamid.maadani
Thanks for reaching out and welcome to the Zoom Developer Forum.
Have you been able to trouble shoot this issue?
I am able to run this query, just make sure to add the country code before the 10 digit phone number
If its a US number, add the number 1 to the keyword param

Elisa,

Thank you for your helpful response. The documentation is not clear as to what format the “keyword” needs to have! in fact, the documentation says “This field allows you to search by phone number. Only prefix matching is available for search.”

I have been using things like “305” (prefix), “3051112222” (10-digit number) and “+13051112222” (e.164 format) to search and all returned an empty array. If I use “13051112222” as you suggested, it will return that exact number.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.