API - Return all registrants regardless of status

Through the API, we need to get a list of registrants for a meeting or webinar with their statuses. We then display the list to our users so they can easily see the status of all the registrants. Currently there is no way to get all the registrants with one call. When calling webinars/{meedtingId}/registrants, if no status parameter is provided, it defaults to “approved”.

It would have been nice if the default was “all statuses”. When calling webinars/{meedtingId}/registrants we don’t expect a list that is filtered by status. But since that’s already out, it’d still be great if we could send status=all and get back all the registrants. Thanks!

1 Like