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
Body
PARAM
Key |
Datatype |
Required |
Description |
type
|
string |
|
The registration's type.
* `webinar` — webinar.
|
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/accounts/:accountId/settings/registration?type=webinar?type=webinar' -H 'Content-Type: application/json' -d '{"options":{"host_email_notification":"\u003cboolean\u003e","close_registration":"\u003cboolean\u003e","allow_participants_to_join_from_multiple_devices":"\u003cboolean\u003e","show_social_share_buttons":"\u003cboolean\u003e"},"questions":[{"field_name":"country","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"},{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"}],"approve_type":1,"custom_questions":[{"title":"\u003cstring\u003e","type":"single_dropdown","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"title":"\u003cstring\u003e","type":"single_dropdown","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]}]}'