Logo
Zoom Public API Documentation

Update registration questions for an event

PUT {{baseUrl}}/zoom_events/events/:eventId/questions

Use this API to update registration questions and fields that are to be answered by users while registering for an event. These questions are setup at event level.

Scopes: zoom_events_ticket_types:writezoom_events_ticket_types: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 PUT 'https://api.zoom.us/v2/zoom_events/events/:eventId/questions' -H 'Content-Type: application/json' -d '{"questions":[{"field_name":"address","required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e"},{"field_name":"organization","required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e"}],"custom_questions":[{"options":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e","type":"single_dropdown","min_length":"\u003cinteger\u003e","max_length":"\u003cinteger\u003e"},{"options":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","question_id":"\u003cstring\u003e","type":"multiple_choice","min_length":"\u003cinteger\u003e","max_length":"\u003cinteger\u003e"}]}'

ENDPOINTS