Host can not register for webinar

I created a webinar using the API (webinarId 91073999662). Then I add participants, panelists and set alternative hosts using the API. To make sure that the list of participants does not intersect with the list of alternative hosts, I set the “alternative_hosts” property to an empty string before adding participants and panelists.

However doing so I still get “code: 3027; msg: Webinar host can not register for the webinar” when I register 34657011@clsaforum.com. The webinar host email is forumwebinar100@clsaforum.com.

This behavior seems to occur sporadically.

The webinar details is as below:
{
“agenda”: “”,
“created_at”: “2020-10-23T07:59:11Z”,
“duration”: 55,
“host_email”: “forumwebinar100@clsaforum.com”,
“host_id”: “r5G_yhwYR1e9eSRU0GRT8A”,
“id”: 91073999662,
“join_url”: “https://clsa.zoom.com/j/91073999662?pwd=MXNIOGR5YlBJWGJ4enp6ZjlrTVZhZz09”,
“password”: “37744341”,
“registration_url”: “https://clsa.zoom.com/webinar/register/WN_4cHcPqALT_uXAsWfRKoLAg”,
“settings”: {
“allow_multiple_devices”: true,
“alternative_hosts”: “”,
“approval_type”: 0,
“audio”: “both”,
“auto_recording”: “none”,
“close_registration”: false,
“contact_email”: “forumwebinar100@clsaforum.com”,
“contact_name”: “100 CLSA Forum Webinars”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“global_dial_in_countries”: [
“HK”,
“SG”,
“AU”,
“IN”,
“JP”,
“GB”,
“CN”,
“US”
],
“global_dial_in_numbers”: […],
“hd_video”: true,
“host_video”: true,
“meeting_authentication”: false,
“on_demand”: false,
“panelists_video”: true,
“post_webinar_survey”: false,
“practice_session”: true,
“question_answer”: true,
“registrants_confirmation_email”: false,
“registrants_email_notification”: false,
“registrants_restrict_number”: 0,
“request_permission_to_unmute_participants”: false,
“show_share_button”: false
},
“start_time”: “2020-10-30T12:00:00Z”,
“start_url”: “https://clsa.zoom.com/s/91073999662?zak=eyJ6bV9za20iOiJ6bV9vMm0iLCJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjbGllbnQiLCJ1aWQiOiJyNUdfeWh3WVIxZTllU1JVMEdSVDhBIiwiaXNzIjoid2ViIiwic3R5IjoxMDAsIndjZCI6ImF3MSIsImNsdCI6MCwic3RrIjoiZTE2OGUzYVhRRkk4bGVacVpKTERscFBvVWNpbXJBNmkxdkl6S1RmdDF3QS5CZ1VzWTFSdlJ6UkJNa05EUlhSbVZqRlZSMHh3VkZCa1QwNWxPRms0U0ZkeWRrOVZiMGREUW5KTFJtNW9XVDFBWWpJeE1qSTNOekV3WVdNME5URTBNRFZsTWpRek1EazNZVFJoTTJZMk1UVmhaalkxWmpZNFpHVmtPVEprWXpVeVl6azNaVEF4TkdabE4yVXpaREl5TmdBTU0wTkNRWFZ2YVZsVE0zTTlBQU5oZHpFIiwiZXhwIjoxNjAzODcwOTg5LCJpYXQiOjE2MDM4NjM3ODksImFpZCI6IjZwQndLdks1UUxlQ0RpVHh5X0VSbHciLCJjaWQiOiIifQ.kJVdwnHVfogNCmowbyHGJXvgBpanN64WbGDCQmtP170”,
“timezone”: “Asia/Kolkata”,
“topic”: “The Chinese and American models for big internet companies are both destined to fail”,
“type”: 5,
“uuid”: “WwnJJnSlQaK/j9l/mGpz4g==”
}

The simplest way to trigger the message is to go to https://clsa.zoom.com/webinar/register/WN_4cHcPqALT_uXAsWfRKoLAg and try to register 34657011@clsaforum.com. It should say cannot register host, but the host is forumwebinar100@clsaforum.com and the alternative_hosts field is empty.

Hey @jimmy.tang,

Thanks for reaching out about this—I’m happy to take a closer look.

Can you please share the Add Registrant request URL and Body that you’re passing when you get this error?

Thanks,
Will

Here you go. Thanks!

POST /webinars/91073999662/registrants 
{"first_name": "Sunny", "last_name": "Zhang", "email": "34657011@clsaforum.com", "org": "CLSA - Americas"}

btw, I’ve opened a case with support as well:
[https://support.zoom.us/hc/en-us/requests/8461802?page=1]

Hey @jimmy.tang,

Thanks for sharing—I can see that the agent working on your support ticket has already opened a ticket with our Engineering team on this, so I will let them continue the conversation with you there.

Thanks,
Will

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