Logo
Zoom Public API Documentation

Update Zoom Room settings

PATCH {{baseUrl}}/rooms/:id/settings?setting_type=<string>

Update either meeting or alert settings applied to a specific Zoom Room. To update Alert Settings, specify alert as the value of the setting_type query parameter. To update Meeting Settings, specify meeting as the value of the setting_type query parameter.

Prerequisites:

  • Zoom Room licenses
  • Owner or Admin privileges on the Zoom Account.

Scopes: room:write:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
setting_type
string The type of setting that you would like to update. `alert`: Alert Settings applied on the Zoom Room. `meeting`: Meeting settings of the Zoom Room. `signage`: Digital signage settings applied on the Zoom Room.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/:id/settings?setting_type=<string>?setting_type=<string>' -H 'Content-Type: application/json' -d '{"meeting_security":{"encryption_type":"e2ee","end_to_end_encrypted_meetings":"\u003cboolean\u003e","auto_security":"\u003cboolean\u003e"},"zoom_rooms":{"allow_multiple_content_sharing":"\u003cboolean\u003e","remote_support":false,"audio_device_daily_auto_test":"\u003cboolean\u003e","auto_direct_sharing":"\u003cboolean\u003e","auto_start_scheduled_meeting":"\u003cboolean\u003e","auto_stop_scheduled_meeting":"\u003cboolean\u003e","count_attendees_number_in_room":"\u003cboolean\u003e","display_feedback_survey":"\u003cboolean\u003e","display_meeting_list":"\u003cboolean\u003e","display_top_banner":"\u003cboolean\u003e","encrypt_shared_screen_content":"\u003cboolean\u003e","hide_id_for_private_meeting":"\u003cboolean\u003e","hide_share_instruction":"\u003cboolean\u003e","send_whiteboard_to_internal_contact_only":"\u003cboolean\u003e","show_alert_before_meeting":"\u003cboolean\u003e","show_call_history_in_room":"\u003cboolean\u003e","show_contact_list_on_controller":"\u003cboolean\u003e","make_room_alternative_host":"\u003cboolean\u003e","hide_user_personal_information":"\u003cboolean\u003e","bypass_meeting_password":"\u003cboolean\u003e","show_non_video_participants":"\u003cboolean\u003e","start_airplay_manually":"\u003cboolean\u003e","start_airplay_mirroring":"\u003cboolean\u003e","support_join_3rd_party_meeting":"\u003cboolean\u003e","transform_meeting_to_private":"\u003cboolean\u003e","upcoming_meeting_alert":"\u003cboolean\u003e","weekly_system_restart":"\u003cboolean\u003e","entry_exit_chime":"none","record_play_own_voice":"\u003cboolean\u003e"}}'

ENDPOINTS