Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.59 KB

WebinarCreate201ResponseAllOf.md

File metadata and controls

14 lines (11 loc) · 1.59 KB

# WebinarCreate201ResponseAllOf

Properties

Name Type Description Notes
host_email string Email address of the meeting host. [optional]
host_id string ID of the user set as host of the webinar. [optional]
id int Webinar ID in "long" format(represented as int64 data type in JSON), also known as the webinar number. [optional]
registrants_confirmation_email bool Specify whether or not registrants of this Webinar should receive confirmation emails. [optional]
template_id string Unique identifier of the Webinar template. Use this field only if you would like to schedule the webinar using an existing template. The value of this field can be retrieved from List webinar templates API. You must provide the user ID of the host instead of the email address in the `userId` path parameter in order to use a template for scheduling a Webinar. [optional]
uuid string Unique identifier of a Webinar. Each Webinar instance will generate its own UUID(i.e., after a Webinar ends, a new UUID will be generated for the next instance of the Webinar). Once a Webinar ends, the value of uuid for the same webinar will be different from when it was scheduled. [optional]

[Back to Model list] [Back to API list] [Back to README]