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
Request Body
{"basic"=>{"hide_room_in_contacts"=>"<boolean>", "name"=>"<string>", "display_name"=>"<string>", "required_code_to_ext"=>"<boolean>", "room_passcode"=>"<string>", "support_email"=>"<email>", "support_phone"=>"<string>", "calendar_resource_id"=>"<string>", "zoom_room_type"=>"DigitalSignageOnly"}, "device"=>{"device_profile_id"=>"<string>"}, "setup"=>{"checkin_and_checkout"=>{"enable"=>"<boolean>", "checkin_and_checkout_options"=>{"checkin_minutes_prior_to_meeting_start_time"=>"<integer>", "allowed_minutes_before_release_room_after_no_checkout"=>"<integer>", "enable_new_user_checkin_notification"=>"<boolean>", "enable_remove_recurring"=>"<boolean>", "allowed_consecutive_missed_checkin_before_removing_room"=>"<integer>"}}, "under_construction"=>"<boolean>"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``