The “/meetings/{meetingId}/registrants” REST API return list of registrants, how I can retrieve a single registrant’s details information ( e.g. “join_url”) by passing the registrant_id or email ?
Hi @wfteam, the GET Meeting Registrants API does only return a list of all registrants. I would suggest filtering the response for the email you’d like to receive.
Let us know if we can be any help in setting up the filtering