Start webinar without requiring login

Is it possible to somehow use the start_url returned from he create webinar endpoint to start a webinar without requiring the user to login?

We have seen that the join_url can be adapted to the following form to allow registrants to join without login or needing to fill out any forms:

https://pathable.zoom.us/wc/655073287/join?tk=S_k5LtUuaYFBiiIWxFyhpRakKxnxF2iHsk3BZz9xK68.DQEAAAAAJwugBxZOV3JBNnVndVJ5U0hVN2x5dzk4M1hBAA&uuid=WN_ia7sop2yTAK0Itl6D5QM3Q

But the form of the start_url that is returned is different and doesn’t seem to allow this (though this message suggests its possible but this seems to have changed. The start_url is different; it doesn’t include a tk or uuid but includes Zak:

https://pathable.zoom.us/wc/655073287/start?zak=eyJ6bV9za20iOiJ6bV9vMm0iLCJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiJjbGllbnQiLCJ1aWQiOiJ0dzlTRVBHT1NicUZXVFA5cnNMUXdnIiwiaXNzIjoid2ViIiwic3R5IjoxLCJ3Y2QiOiJhdzEiLCJjbHQiOjAsInN0ayI6ImhnQjJPZnVKWlJidG12TE1RQ21hOFFaak5qVXlET0dza0Jrc09TZHJWRmsuRWdJQUFBRnhFYmV3bEFBQUhDQWdlRFY1Y2xoUVoxbExTRlpXVmtOVmJrY3JSRlE1WkRac2R6ZENlRkZGY1RNQURETkRRa0YxYjJsWlV6TnpQUU5oZHpFIiwiZXhwIjoxNTg1MTQ3MzgzLCJpYXQiOjE1ODUxNDAxODMsImFpZCI6IlVYbi0ycG9pUUZTSFVGNk1TYWpWTXciLCJjaWQiOiIifQ.ZcWia8vYDuENZkM_uzG1O2xj_zlmk4qCO-bGruNW33E&uuid=WN_ia7sop2yTAK0Itl6D5QM3Q

We want to allow any user who has been provided the start_url to start the webinar without needing to login.

Thank you!

Actually I see that login is not required when a Zoom native client is used but it does NOT work via the web client.

Hey @flippyhead,

Correct. Any start_url works without being logged in if the zak token is not expired, it will open the Zoom app and start the webinar/meeting. However, it will not work if you are trying to embed it in an iFrame.

Thanks,
Tommy