Meeting Registration & Attendance

Greeting and Welcome, @njsent,

No additional clicks or input from the user is required when adding a registrant via API. The only required fields for the Add a meeting registrant are :

  • meetingId
  • first_name
  • email

As long as the above information is provided the registration process should be seamless.

You can track attendance with our webhook events. Please see this post for more details on mapping meetings & registration Ids:

You can list all users that have registered for a meeting via List meeting registrants:
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/meetingRegistrants

1 Like