Import Phone Numbers into Zoom via the api

Import Phone Numbers into Zoom via the api.

There is a GET request: https://marketplace.zoom.us/docs/api-reference/zoom-api/phone/listaccountphonenumbers
Can we have similar POST request?

Hey @biurchenkov, thanks for posting and using Zoom!

Is this the endpoint you are looking for: https://marketplace.zoom.us/docs/api-reference/zoom-api/phone/assignphonenumber ?

If not, can you provide more details about how you’d like the requested endpoint to work?

Thanks,
Tommy

Thank you @tommy, but NO.
the one you mentioned allows to Assign existing Zoom Phone to a Zoom User.

While would be nice to have a way via the api to Upload Phone numbers into the zoom, right now i have to generate a CSV file and Upload CSV, which will fail if any number is duplicate…

It should be super Simple Post request with the Body which will contain at least an Array of Phone Numbers, which I want to Upload.
{
“Phone Number”: +19998881122,
“Carrier”: “BYOC”
}

Hey @biurchenkov,

Thanks for sharing more details. I agree this would be a useful feature, and I have added it as a feature request to our backlog. (ZOOM-140666)

Stay updated here: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

1 Like