You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2022-06-27 03:34 AM
We are using list zoom room api's https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/dashboardZoomRooms .
In response of this api, we have field "location".
This field is not coming in response instead location_id is coming.
Wanted to know if zoom document needs to be updated ?
or
Zoom api's still send location field and right now not getting location field is a bug in zoom api ?
2022-08-31 04:57 PM
@neema001 In the response to this API you should be getting both the Location ID (this can be used in other API calls) and the Location (the names that you have entered into the Zoom Rooms portal for your locations).
Below is a sample response that should mimic what you should see as a response.
{
"next_page_token": "LkbB9n92siRxgYkffZ8KhApZCQMZpNrN0d2",
"page_count": 2,
"page_number": 1,
"page_size": 30,
"total_records": 30,
"zoom_rooms": [
{
"account_type": "Work Email",
"calender_name": "666555",
"camera": "Integrated Webcam",
"device_ip": "Computer : 10.100.170.109",
"email": "***********",
"health": "critical",
"id": "35QLhffMSfqUJJ9gCszciw",
"issues": [
"Zoom room is offline"
],
"last_start_time": "2022-03-10T11:34:39Z",
"location": "floor1",
"location_id": "BzBAAAAAAAfprg",
"microphone": "Microphone (3- Logitech USB Headset H340)",
"room_name": "jchill",
"speaker": "Speakers (3- Logitech USB Headset H340)",
"status": "Offline"
}
]
}
Do you have locations for Zoom Rooms set up under your account?
2022-08-31 10:32 PM
Hi @ReedatZoom
I am using zoom api (https://api.zoom.us/v2/rooms) to create rooms with request body
and then hitting https://api.zoom.us/v2/metrics/zoomrooms api to get zoom rooms with location.
Its response shows "Room9" with location_id field but no location field.
2022-09-01 08:40 AM
@Neema91 The https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/listZoomRooms API will only respond with the Locations ID (Location ID can be used with other APIs and is a unique ID for that location)
If you instead use this API from the Dashboard section of the API documentation (https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/dashboardZoomRooms) it will give you the name of the location in plain text as you have it entered in the web portal