Logo
Zoom Public API Documentation

rooms-locations

Number of APIs: 2


1. Add a location

POST {{baseUrl}}/rooms/locations

Add a location to the location hierarchial structure(s) of Zoom Rooms in an account.

Prerequisites: * Account owner or admin permissions. * Zoom Rooms Version 4.0 or higher

Scopes: room:write:admin

Rate Limit Label: Light



2. List Zoom Room locations

GET {{baseUrl}}/rooms/locations?parent_location_id=<string>&type=<string>&page_size=30&next_page_token=<string>

A Zoom account owner or a Zoom Room administrator can establish a location hierarchy to help manage Zoom Rooms that are spread among a variety of locations. Use this API to list the different location types used for Zoom Rooms in an account.

Prerequisites: * Account owner or admin permissions. * Zoom Rooms Version 4.0 or higher

Scopes: room:read:admin

Rate Limit Label: Medium



ENDPOINTS