The Zoom Rooms checkin feature helps maximize your room utilization. Use this API to either **check in** and confirm that you are utilizing the room reservation or to **check out** of the room so that the room gets released from the scheduled meeting and will be made available for others to use. Learn more from the Using the Zoom Rooms checkin feature https://support.zoom.us/hc/enus/articles/360001147163UsingtheZoomRoomscheckinfeature guide. **Prerequisites:*** Zoom Rooms https://support.zoom.us/hc/enus/articles/207483343GettingstartedwithZoomRooms#:~:text=Zoom

checkinOrCheckoutOfZoomRoom(
  id,
  method = NULL,
  params = NULL,
  return_response = F
)

Arguments

id

Room ID

method

The value of this field can be one of the following:* zoomroom.check_in* zoomroom.check_out

return_response

Whether to return the response instead of the response content. Defaults to FALSE.