Logo
Zoom Public API Documentation

Update registration questions

PATCH {{baseUrl}}/webinars/:webinarId/registrants/questions

Update registration questions and fields of a scheduled webinar for users to answer during webinar registration. Scheduling a webinar with registration requires your registrants to complete a brief form with fields and questions before they can receive the link to join the webinar.

Prerequisites:

  • Pro or higher plan with a Webinar Add-on.
  • Registration option for Webinar should be set as required to use this API.

Scopes: webinar:write,webinar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/webinars/:webinarId/registrants/questions' -H 'Content-Type: application/json' -d '{"custom_questions":[{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"multiple"},{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"single_radio"}],"questions":[{"field_name":"last_name","required":"\u003cboolean\u003e"},{"field_name":"last_name","required":"\u003cboolean\u003e"}]}'

ENDPOINTS