Update a group's https://support.zoom.us/hc/enus/articles/204519819GroupManagement locked settings. If you lock a setting, the group members will not be able to modify it individually. <p style="backgroundcolor:#FEEFB3; color:#9F6000">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>**Prerequisite**: Pro, Business, or Education account**Scopes**: group:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

updateLockedSettings(
  groupId,
  schedule_meeting = NULL,
  in_meeting = NULL,
  email_notification = NULL,
  recording = NULL,
  telephony = NULL,
  return_response = F
)

Arguments

groupId

The Id of the group.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.