Is it possible to automatically start a zoom meeting using the Zoom API?

Hi all!
I need to create several parallel meetings, for this I check the time for all existing users, and if they are all busy, then I create a new licensed user using the zoomApi, with the “custCreate” parameter. Next, using its id, I create a meeting where this user is the host.
Is it possible to start this scheduled meeting automatically without any action from this user, since he is just a system user? This account is managed by the application only and there is no way for this user to follow the start_url link and start the meeting.

Thanks!)