API registration form

Thank you Will for replying back.
Please refer to the request and response below.

1. I am using JWT token with “template_id”:“lYSi9364Rhi5R-iPnjpHhQ” and template_id exists under the zoom user account.
Issue: Receiving error: “Only the template owner has the permission to use this template for Webinar creation.”

request===System.HttpRequest[Endpoint=https://api.zoom.us/v2/users/arjun.srivastava@bsci.com/webinars, Method=POST]

requestBody==={“uuid”:null,“type”:5,“topic”:“09/09/2020, Dr. Strange, Community Event”,“timezone”:“America/New_York”,“template_id”:“lYSi9364Rhi5R-iPnjpHhQ”,“status”:null,“start_url”:null,“start_time”:“2020-09-09T08:02:00”,“settings”:{“watermark”:null,“waiting_room”:true,“use_pmi”:null,“show_share_button”:null,“registration_type”:2,“registrants_email_notification”:true,“registrants_confirmation_email”:null,“practice_session”:null,“participant_video”:false,“panelists_video”:null,“mute_upon_entry”:false,“join_before_host”:false,“in_meeting”:null,“host_video”:true,“hd_video”:null,“global_dial_in_numbers”:null,“global_dial_in_countries”:null,“enforce_login_domains”:null,“enforce_login”:false,“contact_name”:null,“contact_email”:null,“cn_meeting”:null,“close_registration”:null,“auto_recording”:null,“audio”:“both”,“approval_type”:0,“alternative_hosts”:null,“allow_multiple_devices”:null},“recurrence":null,“password”:null,“occurrences”:null,“join_url”:null,“id”:null,“host_id”:"arjun.srivastava@bsci.com”,“duration”:60,“custom_questions”:null,“created_at”:null,“agenda”:null}

response===System.HttpResponse[Status=null, StatusCode=400]

response.getBody()==={“code”:3003,“message”:“Only the template owner has the permission to use this template for Webinar creation.”}

2. Creating a webinar via API using JWT token without “template_id” parameter.
Issue: The default Registration form from the Zoom Account level setting is not getting set.
Note: If we schedule the Webinar via the Web Interface, the Default Registration form is getting set.

request===System.HttpRequest[Endpoint=https://api.zoom.us/v2/users/arjun.srivastava@bsci.com/webinars, Method=POST]

requestBody==={“uuid”:null,“type”:5,“topic”:“09/09/2020, Dr. Strange, Community Event”,“timezone”:“America/New_York”,“template_id”:null,“status”:null,“start_url”:null,“start_time”:“2020-09-09T08:02:00”,“settings”:{“watermark”:null,“waiting_room”:true,“use_pmi”:null,“show_share_button”:null,“registration_type”:2,“registrants_email_notification”:true,“registrants_confirmation_email”:null,“practice_session”:null,“participant_video”:false,“panelists_video”:null,“mute_upon_entry”:false,“join_before_host”:false,“in_meeting”:null,“host_video”:true,“hd_video”:null,“global_dial_in_numbers”:null,“global_dial_in_countries”:null,“enforce_login_domains”:null,“enforce_login”:false,“contact_name”:null,“contact_email”:null,“cn_meeting”:null,“close_registration”:null,“auto_recording”:null,“audio”:“both”,“approval_type”:0,“alternative_hosts”:null,“allow_multiple_devices”:null},“recurrence":null,“password”:null,“occurrences”:null,“join_url”:null,“id”:null,“host_id”:"arjun.srivastava@bsci.com”,“duration”:60,“custom_questions”:null,“created_at”:null,“agenda”:null}

response===System.HttpResponse[Status=null, StatusCode=201]

response.getBody()==={“uuid":“fNjeQS+eQteh2+FaziXC3Q==”,“id”:99095596572,“host_id”:“s8PmOOG_QDiDJF65rLI2Wg”,“host_email”:"arjun.srivastava@bsci.com”,“topic”:“09/09/2020, Dr. Strange, Community Event”,“type”:5,“start_time”:“2020-09-09T12:02:00Z”,“duration”:60,“timezone”:“America/New_York”,“created_at”:“2020-09-08T21:45:34Z”,“start_url”:“Launch Meeting - Zoom 2042727920”,“type”:“toll”,“country”:“CA”},{“country_name”:“Canada”,“number”:“+1 4388097799”,“type”:“toll”,“country”:“CA”},{“country_name”:“Canada”,“number”:“+1 5873281099”,“type”:“toll”,“country”:“CA”},{“country_name”:“Canada”,“number”:“+1 6473744685”,“type”:“toll”,“country”:“CA”},{“country_name”:“Canada”,“number”:“+1 6475580588”,“type”:“toll”,“country”:“CA”},{“country_name”:“Canada”,“number”:“+1 7789072071”,“type”:“toll”,“country”:“CA”},{“country_name”:“US”,“number”:“+1 6699006833”,“type”:“toll”,“country”:“US”},{“country_name”:“US”,“number”:“+1 2532158782”,“type”:“toll”,“country”:“US”},{“country_name”:“US”,“number”:“+1 3462487799”,“type”:“toll”,“country”:“US”},{“country_name”:“US”,“number”:“+1 3017158592”,“type”:“toll”,“country”:“US”},{“country_name”:“US”,“number”:“+1 3126266799”,“type”:“toll”,“country”:“US”},{“country_name”:“US”,“number”:“+1 6465588656”,“type”:“toll”,“country”:“US”}],“contact_name”:“Arjun Srivastava",“contact_email”:"arjun.srivastava@bsci.com”,“registrants_restrict_number”:0,“registrants_email_notification”:true,“post_webinar_survey”:false,“meeting_authentication”:false,“additional_data_center_regions”:}}

3. Do you know the timeline for the resolution of the bug listed in the below post: