Get a group's settings
GET
/groups/{groupId}/settings
Groups
Prerequisite: Pro, Business, or Education account
Scopes:
group:read:admin
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/groups//settings'
响应示例响应示例
200 - response
{
"email_notification": {
"alternative_host_reminder": true,
"cancel_meeting_reminder": true,
"cloud_recording_available_reminder": true,
"jbh_reminder": true,
"schedule_for_host_reminder": true
},
"in_meeting": {
"alert_guest_join": true,
"allow_show_zoom_windows": true,
"annotation": true,
"attendee_on_hold": true,
"auto_answer": true,
"auto_saving_chat": true,
"breakout_room": false,
"chat": true,
"closed_caption": true,
"co_host": true,
"e2e_encryption": true,
"entry_exit_chime": "all",
"far_end_camera_control": true,
"feedback": true,
"group_hd": true,
"non_verbal_feedback": true,
"only_host_view_device_list": false,
"original_audio": true,
"polling": true,
"post_meeting_feedback": true,
"private_chat": true,
"record_play_own_voice": false,
"remote_control": true,
"remote_support": true,
"screen_sharing": true,
"sending_default_email_invites": true,
"show_browser_join_link": true,
"show_device_list": false,
"show_meeting_control_toolbar": true,
"stereo_audio": true,
"use_html_format_email": true,
"virtual_background": true,
"waiting_room": true,
"whiteboard": true
},
"recording": {
"account_user_access_recording": false,
"auto_recording": "none",
"cloud_recording": true,
"cloud_recording_download": true,
"cloud_recording_download_host": true,
"host_delete_cloud_recording": true,
"local_recording": true,
"record_audio_file": true,
"record_gallery_view": false,
"record_speaker_view": true,
"recording_audio_transcript": false,
"save_chat_text": true,
"show_timestamp": false
},
"schedule_meeting": {
"audio_type": "both",
"force_pmi_jbh_password": true,
"host_video": true,
"join_before_host": true,
"mute_upon_entry": true,
"participant_video": true,
"pstn_password_protected": true,
"require_password_for_instant_meetings": false,
"require_password_for_pmi_meetings": "all",
"require_password_for_scheduled_meetings": true,
"require_password_for_scheduling_new_meetings": true,
"upcoming_meeting_reminder": true
},
"telephony": {
"audio_conference_info": "1234656",
"third_party_audio": true
}
}
请求参数
Path 参数
groupId
string
必需
Query 参数
option
enum<string>
可选
meeting_authentication
: Use this query parameter to view meeting authentication configuration applied on the group.recording_authentication
: Use this query parameter to view recording authentication configuration applied on the group.meeting_security
: Use this query parameter to view meeting security settings applied on the group.枚举值:
meeting_authenticationrecording_authentication
返回响应
修改于 2024-04-24 09:06:48