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.
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
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.