Automatically login a user

Description
Is it possible to automatically authenticate/login users whom we have created via the Zoom API, so that they may host a webinar? My goal is to create users who can host webinars but not require them to set a password or fill out any forms on zoom.com. I want to simply create their account, then get them authenticated into either the web SDK or the zoom client.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using JWT

Which Endpoint/s?
I have created users via the users endpoint both normally and with custCreate

Additional context
We have a Business account.

Hey @flippyhead,

Have you created a webinar via the API? If so, you could use the start_url returned in the response.

What have you tried so far?

Thanks,
Tommy