Registrant_id ignored if user already logged in the application

Using the following api method:


we can add meeting registrant and then use registrant_id to identify him in meeting reports.

For that user needs to enter meeting via join_url returned by method specified above.
But if user has already been authorized in Zoom application then in reports we would see his user_id instead of registrant_id that we’ve received earlier.

Is this a bug in Zoom application, or should we use another method to identify meeting participants?

Hi @Oleg_Anikin,

Not necessarily a bug, the join_url is used for the registered user only, so even is someone is logged into Zoom it will still count as that registered user.

Thanks