Number of APIs: 3
1. Get a Zoom Room under Zoom Phone license
GET {{baseUrl}}/phone/rooms/:roomId
Use this API to get a specific Zoom Room in an account that has the Zoom Phone license assigned. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:room:admin
Light
2. Remove a Zoom Room from a ZP account
DELETE {{baseUrl}}/phone/rooms/:roomId
Use this API to remove Zoom Room from a Zoom Phone account. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:room:admin
Light
3. Update a Zoom Room under Zoom Phone license
PATCH {{baseUrl}}/phone/rooms/:roomId
Use this API to update a Zoom Room in an account that has the Zoom Phone license assigned. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:update:room:admin
Light
ENDPOINTS