Host not receiving registration notification

We have a JWT application and when creating a meeting via the Zoom API we want to prevent registrants from receiving notification emails but we want the host to receive an email if someone registers. Currently if someone registers for a meeting, the host is not receiving an email notification which is problematic because we require manual approval of registration.

I see two settings in the create meeting request schema:

                registrants_email_notification
                registrants_confirmation_email 

It is my understanding these are both used to enable or disable email notifications to the registrant so I have them both set to false. Do these flags also enable/disable registration notifications to the host or is there another setting (either controllable by the API or in our account settings) to enable host notification emails when a user registers for a meeting?

Hey @kleclerc,

These properties are for registrant notifications. You can adjust the other email settings on the Zoom Web Portal:

Thanks,
Tommy