h.gurung1
(harris)
August 17, 2020, 10:30am
1
I tried to register registrants for lets say webinar id having 123123
and called update registrant status api for approving user.
Now i want to remove that registrants from that particular 123123 webinar so i again called update registrant status with cancel status.
Now i want to register that registrants to new webinar lets say 12341234
and call update registrant status. But the problem is every webinar status gets updated with denied status for that particular registrants.
Can you guys help me out ?
Hey @h.gurung1
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
Description/Error
I’m seeing successful responses, HTTP status code 201 created, when calling the “add webinar registrant” endpoint with a non-existent webinar id.
The documentation for responses, indicates we should receive HTTP status code 300 for an invalid webinar ID, or HTTP status code 404 not found (not sure which of these is right, but either of these would be better the current behaviour of a success result, and sending an email to registrant they have been added).
Which Endpoint/s?
…
Description
We are creating a new application which has 2 items - current webinar and next webinar. When we check current webinar we have a problem, if user create schedule webinar and does’t start webinar at time, our app show that webinar online, we checked documentation and does’t find how we can check current webinar status (waiting, online, finished), BUT meeting API have it (/meeting/{meetingID})
Which version?
Zoom API version v2
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…
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
h.gurung1
(harris)
August 17, 2020, 10:45am
3
Hey @DeveloperBot .
Thanks for the reply.
But my scenario here is different . I am using two webinar with same zoom api key. And my problem here is if i update status for registrant for one webinar with approve , deny then both my webinar status gets updated.
Thanks
tommy
(Tommy Gaessler)
August 19, 2020, 4:53pm
4
Hey @h.gurung1 ,
Is the Zoom Webinar a recurring webinar? Or are they two completely seperate webinars?
If you could provide exact steps to reproduce the issue, that would be great.
Thanks,
Tommy
system
(system)
Closed
September 19, 2020, 2:53am
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.