Logo
Zoom Public API Documentation

Update registration questions

PATCH {{baseUrl}}/meetings/:meetingId/recordings/registrants/questions

For on-demand meeting recordings, you can include fields with questions that will be shown to registrants when they register to view the recording.

Use this API to update registration questions that are to be answered by users while registering to view a recording.

Scopes: recording:write:admin,recording:write

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/meetings/:meetingId/recordings/registrants/questions' -H 'Content-Type: application/json' -d '{"custom_questions":[{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"single"},{"answers":["\u003cstring\u003e","\u003cstring\u003e"],"required":"\u003cboolean\u003e","title":"\u003cstring\u003e","type":"short"}],"questions":[{"field_name":"industry","required":"\u003cboolean\u003e"},{"field_name":"industry","required":"\u003cboolean\u003e"}]}'

ENDPOINTS