Logo
Zoom Public API Documentation

Use Zoom Room controls

PATCH {{baseUrl}}/rooms/:id/events

Use this API to control Zoom Rooms, including room check-in and check-out, mute on and off, incoming meeting request accept or decline, meeting join, leave, or end, room restart, and cancellation.

Prerequisites: * Zoom Rooms must have been set up for use for the account and must be online. * You must have access to the Calendar Integration APIs (either Microsoft Exchange or Google Calendar APIs) to get calendar information associated with the Room.

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/:id/events' -H 'Content-Type: application/json' -d '{"method":"zoomroom.check_in","params":{"calendar_id":"\u003cstring\u003e","change_key":"\u003cstring\u003e","event_id":"\u003cstring\u003e","resource_email":"\u003cemail\u003e"}}'

ENDPOINTS