Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionEffective immediately, customers with subscription plans greater than $10 USD/month may receive live chat support. Sign in and visit our contact page to view your support options.
Starting February 1, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.
2022-01-15 11:42 AM
I am trying to test the process for assigning phone numbers to users via API, but I am not having success. When I try using postman "200 OK" response with nothing in the body.
Attached are screen shots of what I am sending. Anyone able to spot what I am doing wrong or can send an example of a successful post?
Note: other API calls are working as expected.
Solved! Go to Solution.
2022-01-17 08:28 AM
Hello Matt,
There are a couple of things to slightly modify.
1. First you should use an email address for the User ID in the URL endpoint, for example:
https://api.zoom.us/v2/phone/users/<emailaddress>/phone_numbers
This may, in itself, resolve the problem for you. If not....
2. In addition to point 1, create a new request, but create a raw JSON body as follows
2022-01-17 08:28 AM
Hello Matt,
There are a couple of things to slightly modify.
1. First you should use an email address for the User ID in the URL endpoint, for example:
https://api.zoom.us/v2/phone/users/<emailaddress>/phone_numbers
This may, in itself, resolve the problem for you. If not....
2. In addition to point 1, create a new request, but create a raw JSON body as follows
2022-01-17 08:35 AM
2022-01-18 12:33 PM