An alternative method to modify the registrants_email_notification setting in the Zoom portal.

We employ the Zoom Create Meeting REST API, specifically utilizing the “POST /users/{userId}/meetings” endpoint, for meeting creation. During this process, we configure the registrants_email_notification parameter to false, intending to deactivate Zoom notifications. Our observation indicates that even if registrants_confirmation_email is set to true (toggleable from meeting > email settings), we do not receive the confirmation email when registrants_email_notification is false. Is there a method to activate notifications or registrants_email_notification for a specific meeting or at the account level if a customer wants Zoom notifications to be sent to meeting registrants?

Hi @jeevanrdg1992
Thanks for reaching out to us and welcome to our community!
Allow me some time to do some testing on my end and confirm the behavior you are seeing.