User's Permissions

Is it possible to limit permissions to only attending webinars?

I want to be able to track attendance for webinars, and want to disable the hosting and joining meetings capabilities. I want to track which specific of my users joined your webinar.

Hi Steve, 

To track attendance to see which users joined your Webinar, you can refer to this API https://zoom.github.io/api/#list-a-webinars-registrants. You can manually approve the who joins by using the approval_type property - https://zoom.github.io/api/#create-a-webinar

Thanks