Update Zoom Room account settings
PATCH {{baseUrl}}/rooms/account_settings?setting_type=meeting
Update account settings applied for Zoom Rooms in a Zoom account. With this API, you can update either the
Account Meeting Settings
or the
Alert Settings
(Client Alert Settings and Notification Settings) of the Zoom Rooms account by specifying the required setting type in the
setting_type
parameter. To update only
Alert Settings
, specify
alert
as the value of the
setting_type
query parameter and to update only
Account 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
Request Params
| 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
: View digital signage settings of the Zoom Rooms Account. |
Request Body
{"zoom_rooms"=>{"allow_multiple_content_sharing"=>"<boolean>", "audio_device_daily_auto_test"=>"<boolean>", "auto_direct_sharing"=>"<boolean>", "auto_start_scheduled_meeting"=>"<boolean>", "auto_stop_scheduled_meeting"=>"<boolean>", "count_attendees_number_in_room"=>"<boolean>", "display_feedback_survey"=>"<boolean>", "display_meeting_list"=>"<boolean>", "display_top_banner"=>"<boolean>", "email_address_prompt_before_recording"=>"<boolean>", "encrypt_shared_screen_content"=>"<boolean>", "hide_id_for_private_meeting"=>"<boolean>", "make_room_alternative_host"=>"<boolean>", "secure_connection_channel"=>"<boolean>", "send_whiteboard_to_internal_contact_only"=>"<boolean>", "show_alert_before_meeting"=>"<boolean>", "show_call_history_in_room"=>"<boolean>", "show_contact_list_on_controller"=>"<boolean>", "show_non_video_participants"=>"<boolean>", "start_airplay_manually"=>"<boolean>", "support_join_3rd_party_meeting"=>"<boolean>", "transform_meeting_to_private"=>"<boolean>", "upcoming_meeting_alert"=>"<boolean>", "weekly_system_restart"=>"<boolean>"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``