Registration Required option when creating a Webinar/Meeting

Description
I would like to know if there is any option to activate de “Registration: Required” option in a webinar/meeting creation/edit.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
The app type I am using is the API with JWT.

Which Endpoint/s?
the endpoints that I am referring are:

Meeting:
[POST] users/{userId}/meetings
[PATCH] meetings/{meetingId}

Webinar:
[POST] users/{userId}/webinars
[PATCH] webinars/{webinarId}

Additional context
There is no option in this endpoint to only active de “Registration: Required” option.

Hi @university,

Good question—you can control this setting for a meeting via either our Create Meeting API or Update Meeting API. The field you will need to utilize is approval_type, and you will need to pass value 2:

Let me know if this helps!

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.