Update a Zoom Room profile
PATCH
{{baseUrl}}/rooms/:roomId
Update basic information on a specific Zoom Room in a Zoom account.
Prerequisites:
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 -X PATCH 'https://api.zoom.us/v2/rooms/:roomId' -H 'Content-Type: application/json' -d '{"basic":{"hide_room_in_contacts":"\u003cboolean\u003e","name":"\u003cstring\u003e","display_name":"\u003cstring\u003e","required_code_to_ext":"\u003cboolean\u003e","room_passcode":"\u003cstring\u003e","support_email":"\u003cemail\u003e","support_phone":"\u003cstring\u003e","calendar_resource_id":"\u003cstring\u003e","zoom_room_type":"DigitalSignageOnly"},"device":{"device_profile_id":"\u003cstring\u003e"},"setup":{"checkin_and_checkout":{"enable":"\u003cboolean\u003e","checkin_and_checkout_options":{"checkin_minutes_prior_to_meeting_start_time":"\u003cinteger\u003e","allowed_minutes_before_release_room_after_no_checkout":"\u003cinteger\u003e","enable_new_user_checkin_notification":"\u003cboolean\u003e","enable_remove_recurring":"\u003cboolean\u003e","allowed_consecutive_missed_checkin_before_removing_room":"\u003cinteger\u003e"}},"under_construction":"\u003cboolean\u003e"}}'