Description
API call to update a webinar registrants status to deny from pending approval not working.
Note that this is a recurrent webinar.
Error
API call returns no content, code 204
registrant status not updated
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Tried bot JWT and OAuth
Which Endpoint/s?
https://api.zoom.us/v2/webinars/{webinarId}/registrants/status
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers (without credentials) / Body
PUT https://api.zoom.us/v2/webinars/816947830/registrants/status
Headers:
Authorization: Bearer
*** my token ***
Content-Type: application/json
Body:
{
“action”: “deny”,
“registrants”: [
{
“email”: “jki9i9i@liss.com”,
“id”: “L0geGiZASvGxVpp7nqeczQ”
}
]
}
- See error
Put command returns 204, empty content.
Target registrant status is still Pending Approval