Description/Error
I’m seeing unsuccessful response HTTP status code 400, Bad Request, when trying to add a registrant to a webinar, from which they have previously been cancelled.
Which Endpoint/s?
POST /webinars/{webinarId}/registrants
How To Reproduce (If applicable)
-
POST (email, first_name, last_name) to a valid webinar ID at /webinars/{webinarId}/registrants
-
Confirm HTTP status code 201 created (and add notification email is received from Zoom)
-
PUT (action: ‘cancel’, email) to the same webinar ID at /webinars/{webinarId}/registrants/status
-
Confirm HTTP status code 204 (and cancel notification email is received from Zoom)
-
Repeat step 1 with same values, and instead of HTTP status code 201 created, we receive HTTP status code 400 Bad request, with a body something like:
“{“code”:3072,“message”:“The email redacted@email.com cannot be used to register for this webinar”}”
Screenshots (If applicable)
N/A
Additional context
N/A