Webinar Reigstraion - Response 400 when registering participant on Deny/Blocked List

I am using using /webinars/{webinarId}/registrants to register users for a webinar. Everything is fine when a user is new or already registered, but I am getting a Response 400 “Bad Request” when a user is on Deny/Block list. It’s not something that would happen often, but…

I can use /webinars/{webinarId}/registrants to check a registrant’s status and /webinars/{webinarId}/registrants/status to change a status to get around this error, but it would be helpful if /webinars/{webinarId}/registrants returned a Response that indicated the user’s deny status - instead of having to check the status of each registrant before registering.

Is there a way around this issue?

Hi @nyoumans,

Currently, the only work around that we have is the one that you have suggested. That being said, I will take your feedback into consideration, and add this as a feature request.

You can follow our changelog and developer roadmap to see the latest updates.