Update a group's webinar registration settings
PATCH {{baseUrl}}/groups/:groupId/settings/registration?type=webinar
Update webinar registration settings for a
group
.<p style="background-color:#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>
Scopes:
group:write:admin
Rate Limit Label
:
Medium
Request Params
| Key | Datatype | Required | Description |
| type
| string | | The registration type:
webinar
— webinar. |
Request Body
{"options"=>{"host_email_notification"=>"<boolean>", "close_registration"=>"<boolean>", "allow_participants_to_join_from_multiple_devices"=>"<boolean>", "show_social_share_buttons"=>"<boolean>"}, "questions"=>[{"field_name"=>"comments", "required"=>"<boolean>", "selected"=>"<boolean>"}, {"field_name"=>"comments", "required"=>"<boolean>", "selected"=>"<boolean>"}], "approve_type"=>0, "custom_questions"=>[{"title"=>"<string>", "type"=>"multiple", "required"=>"<boolean>", "selected"=>"<boolean>", "answers"=>["<string>", "<string>"]}, {"title"=>"<string>", "type"=>"short", "required"=>"<boolean>", "selected"=>"<boolean>", "answers"=>["<string>", "<string>"]}]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: OK
""