Duplicate registration in a meeting

I have a doubt, lets suppose an email Id is already a registrant in a meeting and that too approved. So if the same email ID is again hit to the registration API will it create a separate registration/registrant or the already existing registration will get affected or no change will happen and simply the existing registrant details will be given in the API response.

I am using JWT token

API endpoint is “Add meeting registrant” - /meetings/{meetingId}/registrants

Hi @arpit.gang,

Good question!

If you attempt to register a user with the same email as an already registered user for that meeting, the existing registrant will remain in tact and no new registrant will be created for that email. The registrant_id and their unique join_url will remain the same and unique to that 1 registrant/email.

Thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.