Update an account's webinar registration settings
PATCH {{baseUrl}}/accounts/:accountId/settings/registration?type=webinar
Update an account's webinar registration settings. To update the master account's webinar registration settings, pass the me
value for the accountId
path parameter.
Prerequisites: * The account must be a paid account.
Scopes: account:write:admin
Rate Limit Label: MEDIUM
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The registration's 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"=>"country", "required"=>"<boolean>", "selected"=>"<boolean>"}, {"field_name"=>"comments", "required"=>"<boolean>", "selected"=>"<boolean>"}], "approve_type"=>1, "custom_questions"=>[{"title"=>"<string>", "type"=>"single_dropdown", "required"=>"<boolean>", "selected"=>"<boolean>", "answers"=>["<string>", "<string>"]}, {"title"=>"<string>", "type"=>"single_dropdown", "required"=>"<boolean>", "selected"=>"<boolean>", "answers"=>["<string>", "<string>"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |