Can't find “Send an email to host” option in create/update meeting API

Hi

I can’t find the option to control “Send and email to host” inside Create/Update meeting API,
which usually resides inside “settings” schema/parameter.

POST
# /users/{userId}/meetings

Could anyone help me?

Thanks.

Hi @group.work.kiky,

Please see my reply here and let me know if this helps to clarify:

Thanks,
Will

Hi
Thank you @will.zoom

After spending several hours, I found that:
When we request API to POST or PATCH meetings,
the “registrants_email_notification” option under “settings” controls “Send an email to host” option.

But when we request meeting info API,
the information returned via JSON holds a value given by the name “registrants_confirmation_email” which has the same value of “registrants_email_notification”.

VERY STRANGE!!
Why the same meaning of variable have different names??

Thanks.

Hi @group.work.kiky,

It sounds like you’re referring to these fields in our GET Meeting API request—right?:
image

To clarify, the registrants_confirmation_email field is referring to the specific notification of receiving an email directly after being registered, while the registrants_email_notification is referring to having email notifications on or off generally for these kinds of updates. If registrants_email_notification is false, registrants_email_notification will be overridden as false as well.

Let me know if this helps to clarify,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.