Possible to (pre-) register users via Zoom Events API?

Hello,

Is it somehow possible to pre-register users via the Zoom Events API?

We want to register users through our own platform and not the landing pages provided by Zoom.

Would the “create tickets” operation support this?

Thanks!

Hi @jos
Thanks for reaching out to us and welcome to our Zoom Developer Community!
Yes the Create tickets endpoint will allow you to register users for events. This endpoint uses the pre-registration flow

1 Like

Thanks @elisa.zoom!

Based on this, I assume it’s not possible to pre-register users for a specific event session via the API?

Our events have recurring sessions with the same content and users should be registered for a selected session instead of the full event/all sessions. I want to be able to programmatically check if a session is already fully booked or not yet.

Do you have an idea how this could be achieved?

Hi @jos
Sorry for the late reply here!
Have you tried using the List tickets endpoint?