Registration Question Standard field

Description
Hi we are using Zoom api and can work with below mentioned calls

  1. https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
  2. https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate

Error
We want additional Registration questions to show up on the registration page (apart from the First Name Last Name and Email Address) when the meeting is created via the API, however we do not see any way to input which fields to show up on registration page in the create a meeting or update meeting API call.

Alternatively, if there is any setting within the zoom interface that makes a specific custom or standard registration Question always selected by default for any new meetings that are created, that can also work.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT - Generation using API Key and Secret

Which Endpoint/s?

  1. zoom-api/meetings/meetingcreate
  2. zoom-api/meetings/meetingupdate

How To Reproduce (If applicable)

Screenshots (If applicable)

Additional context
Business requirement is to have meetings created via the 2 calls mentioned with more fields to capture additional registrant data, we do not have the flexibility to use any other api call than the above 2.

Hey @adeep,

To add additional registration questions to a meeting, you can use the Update Registration Questions endpoint.

I don’t believe you can set defaults. Feel free to confirm with support.zoom.us.

Thanks,
Tommy