Swift3 / Zoom API / Update locked settings
Back to Collection Items
func chilkatTest() {
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let http = CkoHttp()!
var success: Bool
let req = CkoHttpRequest()!
req.httpVerb = "PATCH"
req.path = "/"
req.contentType = "multipart/form-data"
let jsonFormData1 = CkoJsonObject()!
jsonFormData1.updateBool("host_video", value: true)
jsonFormData1.updateBool("participant_video", value: true)
jsonFormData1.updateBool("audio_type", value: true)
jsonFormData1.updateBool("join_before_host", value: true)
jsonFormData1.updateBool("force_pmi_jbh_password", value: false)
jsonFormData1.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData1.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData1.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData1.updateBool("pstn_password_protected", value: false)
jsonFormData1.updateBool("mute_upon_entry", value: true)
jsonFormData1.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData1.updateBool("meeting_authentication", value: false)
jsonFormData1.updateBool("embed_password_in_join_link", value: false)
jsonFormData1.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "schedule_meeting", filename: "", strData: jsonFormData1, charset: "utf-8", contentType: "application/json")
let jsonFormData2 = CkoJsonObject()!
jsonFormData2.updateBool("host_video", value: true)
jsonFormData2.updateBool("participant_video", value: true)
jsonFormData2.updateBool("audio_type", value: true)
jsonFormData2.updateBool("join_before_host", value: true)
jsonFormData2.updateBool("force_pmi_jbh_password", value: false)
jsonFormData2.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData2.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData2.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData2.updateBool("pstn_password_protected", value: false)
jsonFormData2.updateBool("mute_upon_entry", value: true)
jsonFormData2.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData2.updateBool("meeting_authentication", value: false)
jsonFormData2.updateBool("embed_password_in_join_link", value: false)
jsonFormData2.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "in_meeting", filename: "", strData: jsonFormData2, charset: "utf-8", contentType: "application/json")
let jsonFormData3 = CkoJsonObject()!
jsonFormData3.updateBool("host_video", value: true)
jsonFormData3.updateBool("participant_video", value: true)
jsonFormData3.updateBool("audio_type", value: true)
jsonFormData3.updateBool("join_before_host", value: true)
jsonFormData3.updateBool("force_pmi_jbh_password", value: false)
jsonFormData3.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData3.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData3.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData3.updateBool("pstn_password_protected", value: false)
jsonFormData3.updateBool("mute_upon_entry", value: true)
jsonFormData3.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData3.updateBool("meeting_authentication", value: false)
jsonFormData3.updateBool("embed_password_in_join_link", value: false)
jsonFormData3.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "email_notification", filename: "", strData: jsonFormData3, charset: "utf-8", contentType: "application/json")
let jsonFormData4 = CkoJsonObject()!
jsonFormData4.updateBool("host_video", value: true)
jsonFormData4.updateBool("participant_video", value: true)
jsonFormData4.updateBool("audio_type", value: true)
jsonFormData4.updateBool("join_before_host", value: true)
jsonFormData4.updateBool("force_pmi_jbh_password", value: false)
jsonFormData4.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData4.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData4.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData4.updateBool("pstn_password_protected", value: false)
jsonFormData4.updateBool("mute_upon_entry", value: true)
jsonFormData4.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData4.updateBool("meeting_authentication", value: false)
jsonFormData4.updateBool("embed_password_in_join_link", value: false)
jsonFormData4.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "recording", filename: "", strData: jsonFormData4, charset: "utf-8", contentType: "application/json")
let jsonFormData5 = CkoJsonObject()!
jsonFormData5.updateBool("host_video", value: true)
jsonFormData5.updateBool("participant_video", value: true)
jsonFormData5.updateBool("audio_type", value: true)
jsonFormData5.updateBool("join_before_host", value: true)
jsonFormData5.updateBool("force_pmi_jbh_password", value: false)
jsonFormData5.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData5.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData5.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData5.updateBool("pstn_password_protected", value: false)
jsonFormData5.updateBool("mute_upon_entry", value: true)
jsonFormData5.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData5.updateBool("meeting_authentication", value: false)
jsonFormData5.updateBool("embed_password_in_join_link", value: false)
jsonFormData5.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "telephony", filename: "", strData: jsonFormData5, charset: "utf-8", contentType: "application/json")
let jsonFormData6 = CkoJsonObject()!
jsonFormData6.updateBool("host_video", value: true)
jsonFormData6.updateBool("participant_video", value: true)
jsonFormData6.updateBool("audio_type", value: true)
jsonFormData6.updateBool("join_before_host", value: true)
jsonFormData6.updateBool("force_pmi_jbh_password", value: false)
jsonFormData6.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData6.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData6.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData6.updateBool("pstn_password_protected", value: false)
jsonFormData6.updateBool("mute_upon_entry", value: true)
jsonFormData6.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData6.updateBool("meeting_authentication", value: false)
jsonFormData6.updateBool("embed_password_in_join_link", value: false)
jsonFormData6.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "other_options", filename: "", strData: jsonFormData6, charset: "utf-8", contentType: "application/json")
let jsonFormData7 = CkoJsonObject()!
jsonFormData7.updateBool("host_video", value: true)
jsonFormData7.updateBool("participant_video", value: true)
jsonFormData7.updateBool("audio_type", value: true)
jsonFormData7.updateBool("join_before_host", value: true)
jsonFormData7.updateBool("force_pmi_jbh_password", value: false)
jsonFormData7.updateBool("require_password_for_scheduling_new_meetings", value: false)
jsonFormData7.updateBool("require_password_for_instant_meetings", value: true)
jsonFormData7.updateBool("require_password_for_pmi_meetings", value: false)
jsonFormData7.updateBool("pstn_password_protected", value: false)
jsonFormData7.updateBool("mute_upon_entry", value: true)
jsonFormData7.updateBool("upcoming_meeting_reminder", value: true)
jsonFormData7.updateBool("meeting_authentication", value: false)
jsonFormData7.updateBool("embed_password_in_join_link", value: false)
jsonFormData7.updateBool("personal_meeting", value: false)
req.addString(forUpload2: "audio_conferencing", filename: "", strData: jsonFormData7, charset: "utf-8", contentType: "application/json")
req.addHeader("Authorization", value: "Bearer <access_token>")
var resp: CkoHttpResponse? = http.synchronousRequest("reprehenderit", port: 80, ssl: false, req: req)
if http.lastMethodSuccess == false {
print("\(http.lastErrorText!)")
return
}
let sbResponseBody = CkoStringBuilder()!
resp!.getBodySb(sbResponseBody)
let jResp = CkoJsonObject()!
jResp.loadSb(sbResponseBody)
jResp.emitCompact = false
print("Response Body:")
print("\(jResp.emit()!)")
var respStatusCode: Int = resp!.statusCode.intValue
print("Response Status Code = \(respStatusCode)")
if respStatusCode >= 400 {
print("Response Header:")
print("\(resp!.header!)")
print("Failed.")
resp = nil
return
}
resp = nil
}
Curl Command
curl -X PATCH
-H "Authorization: Bearer <access_token>"
-H "Content-Type: multipart/form-data"
--form 'schedule_meeting={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}'
--form 'in_meeting={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}'
--form 'email_notification={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}{"cloud_recording_available_reminder":false,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}'
--form 'recording={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}{"cloud_recording_available_reminder":false,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"auto_recording":"adipisicing sunt aute ea","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":false,"auto_delete_cmr":false,"recording_authentication":"esse irure ut","ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"aute irure"}}'
--form 'telephony={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}{"cloud_recording_available_reminder":false,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"auto_recording":"adipisicing sunt aute ea","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":false,"auto_delete_cmr":false,"recording_authentication":"esse irure ut","ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"aute irure"}}{"third_party_audio":true,"telephony_regions":false}'
--form 'other_options={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}{"cloud_recording_available_reminder":false,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"auto_recording":"adipisicing sunt aute ea","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":false,"auto_delete_cmr":false,"recording_authentication":"esse irure ut","ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"aute irure"}}{"third_party_audio":true,"telephony_regions":false}{"blur_snapshot":true}'
--form 'audio_conferencing={"host_video":true,"participant_video":true,"audio_type":true,"join_before_host":true,"force_pmi_jbh_password":false,"require_password_for_scheduling_new_meetings":false,"require_password_for_instant_meetings":true,"require_password_for_pmi_meetings":false,"pstn_password_protected":false,"mute_upon_entry":true,"upcoming_meeting_reminder":true,"meeting_authentication":false,"embed_password_in_join_link":false,"personal_meeting":false}{"e2e_encryption":true,"chat":true,"private_chat":false,"auto_saving_chat":false,"entry_exit_chime":"sint enim voluptate aute dolore","feedback":true,"post_meeting_feedback":false,"co_host":false,"polling":true,"attendee_on_hold":false,"show_meeting_control_toolbar":false,"allow_show_zoom_windows":false,"annotation":true,"whiteboard":true,"remote_control":false,"non_verbal_feedback":true,"breakout_room":true,"remote_support":true,"closed_caption":true,"far_end_camera_control":true,"group_hd":true,"virtual_background":false,"alert_guest_join":true,"auto_answer":true,"sending_default_email_invites":false,"use_html_format_email":true,"stereo_audio":true,"original_audio":false,"screen_sharing":true,"waiting_room":false,"show_browser_join_link":false,"show_a_join_from_your_browser_link":false,"custom_data_center_regions":false,"file_transfer":true,"request_permission_to_unmute":false,"webinar_question_answer":false,"allow_live_streaming":true,"webinar_live_streaming":false,"webinar_chat":false,"save_caption":true,"slide_control":false,"meeting_survey":false,"webinar_polling":true,"webinar_survey":true}{"cloud_recording_available_reminder":false,"jbh_reminder":true,"cancel_meeting_reminder":false,"alternative_host_reminder":true,"schedule_for_reminder":false}{"local_recording":false,"cloud_recording":false,"auto_recording":"adipisicing sunt aute ea","cloud_recording_download":false,"account_user_access_recording":false,"host_delete_cloud_recording":false,"auto_delete_cmr":false,"recording_authentication":"esse irure ut","ip_address_access_control":{"enable":true,"ip_addresses_or_ranges":"aute irure"}}{"third_party_audio":true,"telephony_regions":false}{"blur_snapshot":true}{"toll_free_and_fee_based_toll_call":true}'
https://api.zoom.us/v2/groups/:groupId/lock_settings?option=quis officia in reprehenderit
Postman Collection Item JSON
{
"name": "Update locked settings",
"request": {
"auth": {
"type": "oauth2"
},
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "multipart/form-data"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":true,\"audio_type\":true,\"join_before_host\":true,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":false,\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":true,\"meeting_authentication\":false,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"sint enim voluptate aute dolore\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":true,\"remote_support\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"alert_guest_join\":true,\"auto_answer\":true,\"sending_default_email_invites\":false,\"use_html_format_email\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":true,\"waiting_room\":false,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"custom_data_center_regions\":false,\"file_transfer\":true,\"request_permission_to_unmute\":false,\"webinar_question_answer\":false,\"allow_live_streaming\":true,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":true,\"webinar_survey\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":false,\"auto_recording\":\"adipisicing sunt aute ea\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":false,\"auto_delete_cmr\":false,\"recording_authentication\":\"esse irure ut\",\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"aute irure\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":true}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/lock_settings?option=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"lock_settings"
],
"query": [
{
"key": "option",
"value": "quis officia in reprehenderit",
"description": "Optional query parameters: \n* `meeting_security` — Use this query parameter to view the meeting security settings applied to the user's account."
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) The Id of the group."
}
]
},
"description": "Update a [group's](https://support.zoom.us/hc/en-us/articles/204519819-Group-Management-) locked settings. If you lock a setting, the group members will not be able to modify it individually. <p style=\"background-color:#FEEFB3; color:#9F6000\"><br>Note:</b> The `force_pmi_jbh_password` field under meeting settings is planned to be deprecated on September 22, 2019. This field will be replaced by another field that will provide the same functionality.</p>\n\n**Prerequisite**: Pro, Business, or Education account<br>\n**Scopes**: `group:write:admin`<br>\n\n **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`"
},
"response": [
{
"name": "**Status Code:** `204`<br>\nGroup's locked settings updated.",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":true,\"audio_type\":true,\"join_before_host\":true,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":false,\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":true,\"meeting_authentication\":false,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"sint enim voluptate aute dolore\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":true,\"remote_support\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"alert_guest_join\":true,\"auto_answer\":true,\"sending_default_email_invites\":false,\"use_html_format_email\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":true,\"waiting_room\":false,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"custom_data_center_regions\":false,\"file_transfer\":true,\"request_permission_to_unmute\":false,\"webinar_question_answer\":false,\"allow_live_streaming\":true,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":true,\"webinar_survey\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":false,\"auto_recording\":\"adipisicing sunt aute ea\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":false,\"auto_delete_cmr\":false,\"recording_authentication\":\"esse irure ut\",\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"aute irure\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":true}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/lock_settings?option=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"lock_settings"
],
"query": [
{
"key": "option",
"value": "quis officia in reprehenderit"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) The Id of the group."
}
]
}
},
"status": "No Content",
"code": 204,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{}"
},
{
"name": "**HTTP Status Code:** `400` **Bad Request**<br>\n**Error Code:** `200`<br>\nOnly available for paid account.\n",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":true,\"audio_type\":true,\"join_before_host\":true,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":false,\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":true,\"meeting_authentication\":false,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"sint enim voluptate aute dolore\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":true,\"remote_support\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"alert_guest_join\":true,\"auto_answer\":true,\"sending_default_email_invites\":false,\"use_html_format_email\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":true,\"waiting_room\":false,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"custom_data_center_regions\":false,\"file_transfer\":true,\"request_permission_to_unmute\":false,\"webinar_question_answer\":false,\"allow_live_streaming\":true,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":true,\"webinar_survey\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":false,\"auto_recording\":\"adipisicing sunt aute ea\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":false,\"auto_delete_cmr\":false,\"recording_authentication\":\"esse irure ut\",\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"aute irure\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":true}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/lock_settings?option=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"lock_settings"
],
"query": [
{
"key": "option",
"value": "quis officia in reprehenderit"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) The Id of the group."
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
},
{
"name": "**Status Code:** `404`<br>\nNot found.<br>\n**Error Code:** `4130`<br>\nThis group does not exist.\n",
"originalRequest": {
"method": "PATCH",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "schedule_meeting",
"value": "{\"host_video\":true,\"participant_video\":true,\"audio_type\":true,\"join_before_host\":true,\"force_pmi_jbh_password\":false,\"require_password_for_scheduling_new_meetings\":false,\"require_password_for_instant_meetings\":true,\"require_password_for_pmi_meetings\":false,\"pstn_password_protected\":false,\"mute_upon_entry\":true,\"upcoming_meeting_reminder\":true,\"meeting_authentication\":false,\"embed_password_in_join_link\":false,\"personal_meeting\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "in_meeting",
"value": "{\"e2e_encryption\":true,\"chat\":true,\"private_chat\":false,\"auto_saving_chat\":false,\"entry_exit_chime\":\"sint enim voluptate aute dolore\",\"feedback\":true,\"post_meeting_feedback\":false,\"co_host\":false,\"polling\":true,\"attendee_on_hold\":false,\"show_meeting_control_toolbar\":false,\"allow_show_zoom_windows\":false,\"annotation\":true,\"whiteboard\":true,\"remote_control\":false,\"non_verbal_feedback\":true,\"breakout_room\":true,\"remote_support\":true,\"closed_caption\":true,\"far_end_camera_control\":true,\"group_hd\":true,\"virtual_background\":false,\"alert_guest_join\":true,\"auto_answer\":true,\"sending_default_email_invites\":false,\"use_html_format_email\":true,\"stereo_audio\":true,\"original_audio\":false,\"screen_sharing\":true,\"waiting_room\":false,\"show_browser_join_link\":false,\"show_a_join_from_your_browser_link\":false,\"custom_data_center_regions\":false,\"file_transfer\":true,\"request_permission_to_unmute\":false,\"webinar_question_answer\":false,\"allow_live_streaming\":true,\"webinar_live_streaming\":false,\"webinar_chat\":false,\"save_caption\":true,\"slide_control\":false,\"meeting_survey\":false,\"webinar_polling\":true,\"webinar_survey\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "email_notification",
"value": "{\"cloud_recording_available_reminder\":false,\"jbh_reminder\":true,\"cancel_meeting_reminder\":false,\"alternative_host_reminder\":true,\"schedule_for_reminder\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "recording",
"value": "{\"local_recording\":false,\"cloud_recording\":false,\"auto_recording\":\"adipisicing sunt aute ea\",\"cloud_recording_download\":false,\"account_user_access_recording\":false,\"host_delete_cloud_recording\":false,\"auto_delete_cmr\":false,\"recording_authentication\":\"esse irure ut\",\"ip_address_access_control\":{\"enable\":true,\"ip_addresses_or_ranges\":\"aute irure\"}}",
"description": "undefined",
"type": "text"
},
{
"key": "telephony",
"value": "{\"third_party_audio\":true,\"telephony_regions\":false}",
"description": "undefined",
"type": "text"
},
{
"key": "other_options",
"value": "{\"blur_snapshot\":true}",
"description": "undefined",
"type": "text"
},
{
"key": "audio_conferencing",
"value": "{\"toll_free_and_fee_based_toll_call\":true}",
"description": "undefined",
"type": "text"
}
]
},
"url": {
"raw": "{{baseUrl}}/groups/:groupId/lock_settings?option=quis officia in reprehenderit",
"host": [
"{{baseUrl}}"
],
"path": [
"groups",
":groupId",
"lock_settings"
],
"query": [
{
"key": "option",
"value": "quis officia in reprehenderit"
}
],
"variable": [
{
"key": "groupId",
"value": "quis officia in reprehenderit",
"description": "(Required) The Id of the group."
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
{
"key": "Content-Type",
"value": "text/plain"
}
],
"cookie": [
],
"body": ""
}
]
}