Logo
Zoom Public API Documentation

rooms-locations-{locationId}

Number of APIs: 2


1. Get Zoom Room location profile

GET {{baseUrl}}/rooms/locations/:locationId

Each location type of the Zoom Rooms location hierarchy has a profile page with information such as the location name, address, support email, and more. Use this API to retrieve information about a specific Zoom Rooms location type, such as the city location of the Zoom Rooms.

Prerequisite:

  • Account owner or admin permission
  • Zoom Rooms version 4.0 or higher

Scopes: room:read:admin

Rate Limit Label: MEDIUM



2. Update Zoom Room location profile

PATCH {{baseUrl}}/rooms/locations/:locationId

Each location type of the Zoom Rooms location hierarchy has a profile page that includes information such as name of the location, address, support email, etc. Use this API to update information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.

Prerequisite:

  • Account owner or admin permission
  • Zoom Rooms version 4.0 or higher

Scopes: room:write:admin

Rate Limit Label: Medium



ENDPOINTS