Email to host using api S2S

Hello,
with this API https://api.zoom.us/v2/users/" + zoomUserId + "/meetings,
I create the meeting, while with
https://api.zoom.us/v2/meetings/” + meetingNumber + “/registrants”,
I add the registrants.

The registrants receive the email correctly, but the host does not receive any email.
Is it also possible to send the host the notification email for the meeting creation?
Thank you.