Description
Registrant status update API returns 204 but status is not updated on Zoom
Error
I’ve integrated Zoom on our platform using APIs with JWT auth to create meetings and register users for these meetings
I have set approval type for meetings to manual so I -
register user to a meeting using add meeting registrant API - /meetings/{meetingId}/registrants
approve user with a separate API call to update registrant status - /meetings/{meetingId}/registrants/status
For two of my meetings, the registrant status API returned as success response but the status didn’t update on Zoom, registrant was still in pending list
Which App Type (OAuth / Chatbot / JWT / Webhook)?
APIs with JWT for authentication
Which Endpoint/s?
Endpoint - /meetings/{meetingId}/registrants/status
How To Reproduce (If applicable)
I was unable to reproduce this issue, happened for two random meetings, one user per meeting