Logo
Zoom Public API Documentation

Update registration questions

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

Update registration questions that will be displayed to users while registering for a meeting.

Scopes: meeting:write,meeting: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/meetings/:meetingId/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":"single"}],"questions":[{"field_name":"address","required":"\u003cboolean\u003e"},{"field_name":"role_in_purchase_process","required":"\u003cboolean\u003e"}]}'

ENDPOINTS