Logo
Zoom Public API Documentation

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> Prerequisite: Pro, Business, or Education account

Scopes: group:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 
type
string The registration type: * `webinar` &mdash; webinar.



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X PATCH 'https://api.zoom.us/v2/groups/:groupId/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":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"},{"field_name":"comments","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e"}],"approve_type":0,"custom_questions":[{"title":"\u003cstring\u003e","type":"multiple","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]},{"title":"\u003cstring\u003e","type":"short","required":"\u003cboolean\u003e","selected":"\u003cboolean\u003e","answers":["\u003cstring\u003e","\u003cstring\u003e"]}]}'

ENDPOINTS