webinar:write:admin
webinar:write
Light
curl --location --request POST 'http://api.zoom.us/v2/users//webinars'
{
"agenda": "string",
"created_at": "string [date-time]",
"duration": "integer",
"host_id": "string",
"id": "integer",
"join_url": "string",
"occurrences": [
{
"duration": "integer",
"occurrence_id": "integer",
"start_time": "string [date-time]",
"status": "string"
}
],
"settings": {
"allow_multiple_devices": "boolean",
"alternative_hosts": "string",
"approval_type": "integer",
"attendees_and_panelists_reminder_email_notification": {
"enable": "boolean",
"type": "integer"
},
"audio": "string",
"auto_recording": "string",
"close_registration": "boolean",
"email_language": "string",
"enforce_login": "boolean",
"enforce_login_domains": "string",
"follow_up_absentees_email_notification": {
"enable": "boolean",
"type": "integer"
},
"follow_up_attendees_email_notification": {
"enable": "boolean",
"type": "integer"
},
"hd_video": "boolean",
"host_video": "boolean",
"panelists_invitation_email_notification": "boolean",
"panelists_video": "boolean",
"practice_session": "boolean",
"registrants_confirmation_email": "boolean",
"registrants_email_notification": "boolean",
"registration_type": "integer",
"show_share_button": "boolean"
},
"start_time": "string [date-time]",
"start_url": "string",
"timezone": "string",
"topic": "string",
"type": "integer",
"uuid": "string"
}
me
as the value for userId.userId
path parameter in order to use a template for scheduling a Webinar.9
i.e., a recurring webinar with fixed time.3
to state which day in a month, the webinar should recur. The value range is from 1 to 31.23
as the value of this field and 1
as the value of the repeat_interval
field. Instead, if you would like the webinar to recur once every three months, on 23rd of the month, change the value of the repeat_interval
field to 3
.3
to state the week of the month when the webinar should recur. If you use this field, you must also use the monthly_week_day
field to state the day of the week when the webinar should recur. -1
- Last week of the month.1
- First week of the month.2
- Second week of the month.3
- Third week of the month.4
- Fourth week of the month.3
to state a specific day in a week when the monthly webinar should recur. To use this field, you must also use the monthly_week
field. 1
- Sunday.2
- Monday.3
- Tuesday.4
- Wednesday.5
- Thursday.6
- Friday.7
- Saturday.2
and the value of the type
parameter as 3
.90
days. For a weekly webinar, the maximum interval that you can set is 12
weeks. For a monthly webinar, the maximum interval that you can set is 3
months.1
- Daily.2
- Weekly.3
- Monthly.2
to state which day(s) of the week the webinar should repeat. 1
to 7
in string format. For instance, if the Webinar should recur on Sunday, provide "1"
as the value of this field. "1,3"
as the value of this field.1
- Sunday. 2
- Monday.3
- Tuesday.4
- Wednesday.5
- Thursday.6
- Friday.7
- Saturday.0
- Automatically approve.1
- Manually approve.2
- No registration required.local
- Record on local.cloud
- Record on cloud.none
- Disabled.en-US
,de-DE
,es-ES
,fr-FR
,jp-JP
,pt-PT
,ru-RU
,zh-CN
, zh-TW
, ko-KO
, it-IT
, vi-VN
.true
- Only authenticated users can join Webinar.true
: Send invitation email to panelists.false
: Do not send invitation email to panelists.registrants_confirmation_email
field.0
. A 0
value means that the restriction option is disabled. Provide a number higher than 0 to restrict the webinar registrants by the that number.1
- Attendees register once and can attend any of the webinar sessions.2
- Attendees need to register for each session in order to attend.3
- Attendees register once and can choose one or more sessions to attend.start_url
of a Webinar is a URL using which a host or an alternative host can start the Webinar. This URL should only be used by the host of the meeting and should not be shared with anyone other than the host of the Webinar.
The expiration time for the start_url
field listed in the response of Create a Webinar API is two hours for all regular users.
For users created using the custCreate
option via the Create Users API, the expiration time of the start_url
field is 90 days.
For security reasons, to retrieve the latest value for the start_url
field programmatically (after expiry), you must call the Retrieve a Webinar API and refer to the value of the start_url
field in the response.
5
- Webinar.6
- Recurring webinar with no fixed time.9
- Recurring webinar with a fixed time.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通