Logo
Zoom Public API Documentation

Update location settings

PATCH {{baseUrl}}/rooms/locations/:locationId/settings?setting_type=meeting

Update information on either meeting or alert settings applied to Zoom Rooms located in a specific location. To update Alert Settings, specify alert as the value of the setting_type query parameter. Similarly, 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 (Required) The type of setting that you would like to update. `alert`: Alert Settings applied on the Zoom Rooms Account. `meeting`: Meeting settings of the Zoom Rooms Account. `signage`: Digital signage settings.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/locations/:locationId/settings?setting_type=meeting?setting_type=meeting' -H 'Content-Type: application/json' -d '{"meeting_security":{"encryption_type":"enhanced_encryption","end_to_end_encrypted_meetings":"\u003cboolean\u003e","auto_security":"\u003cboolean\u003e"},"zoom_rooms":{"allow_multiple_content_sharing":"\u003cboolean\u003e","audio_device_daily_auto_test":"\u003cboolean\u003e","auto_accept_incoming_call_and_fecc":"\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_self_view":"\u003cboolean\u003e","lock_speaker_volume_control":"\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","show_non_video_participants":"\u003cboolean\u003e","start_airplay_manually":"\u003cboolean\u003e","start_airplay_mirroring":"\u003cboolean\u003e","start_hdmi_content_share_manualy":"\u003cboolean\u003e","support_join_3rd_party_meeting":"\u003cboolean\u003e","transform_meeting_to_private":"\u003cboolean\u003e","upcoming_meeting_alert":"\u003cboolean\u003e","voice_commands":"\u003cboolean\u003e","weekly_system_restart":"\u003cboolean\u003e"}}'

ENDPOINTS