Get settings
GET
/accounts/{accountId}/settings
Accounts
To get the settings of a master account, use
me
as the value for the accountId
path parameter.Prerequisites:
Scopes:
account:read:admin
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/accounts//settings'
响应示例响应示例
200 - response
{
"email_notification": {
"alternative_host_reminder": "boolean",
"cancel_meeting_reminder": "boolean",
"cloud_recording_avaliable_reminder": "boolean",
"jbh_reminder": "boolean",
"low_host_count_reminder": "boolean",
"schedule_for_reminder": "boolean"
},
"feature": {
"meeting_capacity": "integer"
},
"in_meeting": {
"alert_guest_join": "boolean",
"allow_show_zoom_windows": "boolean",
"annotation": "boolean",
"anonymous_question_answer": "boolean",
"attendee_on_hold": "boolean",
"auto_answer": "boolean",
"auto_saving_chat": "boolean",
"breakout_room": "boolean",
"chat": "boolean",
"closed_caption": "boolean",
"co_host": "boolean",
"dscp_audio": "integer",
"dscp_marking": "boolean",
"dscp_video": "integer",
"e2e_encryption": "boolean",
"entry_exit_chime": "string",
"far_end_camera_control": "boolean",
"feedback": "boolean",
"group_hd": "boolean",
"original_audio": "boolean",
"p2p_connetion": "boolean",
"p2p_ports": "boolean",
"polling": "boolean",
"ports_range": "string",
"post_meeting_feedback": "boolean",
"private_chat": "boolean",
"record_play_own_voice": "boolean",
"remote_control": "boolean",
"screen_sharing": "boolean",
"sending_default_email_invites": "boolean",
"show_meeting_control_toolbar": "boolean",
"stereo_audio": "boolean",
"use_html_format_email": "boolean",
"virtual_background": "boolean",
"watermark": "boolean",
"webinar_question_answer": "boolean",
"whiteboard": "boolean"
},
"integration": {
"box": "boolean",
"dropbox": "boolean",
"google_calendar": "boolean",
"google_drive": "boolean",
"kubi": "boolean",
"microsoft_one_drive": "boolean"
},
"recording": {
"account_user_access_recording": "boolean",
"auto_delete_cmr": "boolean",
"auto_delete_cmr_days": "integer",
"auto_recording": "string",
"cloud_recording": "boolean",
"cloud_recording_download": "boolean",
"cloud_recording_download_host": "boolean",
"local_recording": "boolean",
"record_audio_file": "boolean",
"record_gallery_view": "boolean",
"record_speaker_view": "boolean",
"recording_audio_transcript": "boolean",
"save_chat_text": "boolean",
"show_timestamp": "boolean"
},
"schedule_meeting": {
"audio_type": "string",
"enforce_login": "boolean",
"enforce_login_domains": "string",
"enforce_login_with_domains": "boolean",
"force_pmi_jbh_password": "boolean",
"host_video": "boolean",
"join_before_host": "boolean",
"not_store_meeting_topic": "boolean",
"participant_video": "boolean",
"require_password_for_instant_meetings": "boolean",
"require_password_for_pmi_meetings": "string",
"require_password_for_scheduled_meetings": "boolean",
"require_password_for_scheduling_new_meetings": "boolean",
"use_pmi_for_instant_meetings": "boolean",
"use_pmi_for_scheduled_meetings": "boolean"
},
"security": {
"admin_change_name_pic": "boolean",
"hide_billing_info": "boolean",
"import_photos_from_devices": "boolean"
},
"telephony": {
"audio_conference_info": "string",
"third_party_audio": "boolean"
},
"tsp": {
"call_out": "boolean",
"call_out_countries": [
"string"
],
"display_toll_free_numbers": "boolean",
"show_international_numbers_link": "boolean"
},
"zoom_rooms": {
"auto_start_stop_scheduled_meetings": "boolean",
"cmr_for_instant_meeting": "boolean",
"force_private_meeting": "boolean",
"hide_host_information": "boolean",
"list_meetings_with_calendar": "boolean",
"start_airplay_manually": "boolean",
"ultrasonic": "boolean",
"upcoming_meeting_alert": "boolean",
"weekly_system_restart": "boolean",
"zr_post_meeting_feedback": "boolean"
}
}
请求参数
Path 参数
accountId
string
必需
Query 参数
option
enum<string>
可选
meeting_authentication
: Use this query parameter to view meeting authentication configuration applied on the account.recording_authentication
: Use this query parameter to view recording authentication configuration applied on the account.security
: Use this query parameter to view security settings such as password requirements for user login, two factor authentication etc., applied on the account.meeting_security
: Use this query parameter to view meeting security settings applied on the account.枚举值:
meeting_authenticationrecording_authentication
custom_query_fields
string
可选
{
"schedule_meeting": {
"host_video": false
}
}
You can provide multiple values by separating them with commas(example: "host_video,participant_video”).
返回响应
修改于 2024-04-24 09:06:48