How to turn off registration required using API

Hi @ktremblay,

Good question—if you wish to disable registration, you can do so via the Create Meeting Endpoint when you initially create it, by setting the "approval_type" to 2 in the "settings" object of the request body.

Screen Shot 2019-12-26 at 10.31.28 AM

For an existing meeting, you can use the Update Meeting endpoint.

Hope this helps!

Best,
Will