Logo
Zoom Public API Documentation

rooms-{roomId}

Number of APIs: 3


1. Delete a Zoom Room

DELETE {{baseUrl}}/rooms/:roomId

Remove a specific Zoom Room profile from a Zoom account.

Prerequisites:

  • Pro or a higher plan with Zoom Room license.

Scopes: room:write:admin

Rate Limit Label: Light



2. Update a Zoom Room profile

PATCH {{baseUrl}}/rooms/:roomId

Update basic information on a specific Zoom Room in a Zoom account.

Prerequisites:

  • Pro or a higher plan with Zoom Room license.

Scopes: room:write:admin

Rate Limit Label: Medium



3. Get Zoom Room profile

GET {{baseUrl}}/rooms/:roomId?regenerate_activation_code=false

Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to get detailed information on a specific Zoom Room in a Zoom account.

Prerequisites:

  • Pro or a higher plan with Zoom Room license.

Scopes: room:read:admin

Rate Limit Label: MEDIUM



ENDPOINTS