Hello, when I try to get List registration questions of Webinar I get htis error:
This API endpoint is not recognized
Error Code: 2300
API:
https://api.zoom.us/v2/webinars /{webinarId}/registrants/questions
Hello, when I try to get List registration questions of Webinar I get htis error:
This API endpoint is not recognized
Error Code: 2300
API:
https://api.zoom.us/v2/webinars /{webinarId}/registrants/questions
Any body here, I need help please
Hi @MrMustafa , what HTTP request?
GET and PATCH are available for this endpoint. Could it be that you used something other than those two?
Hello,
for user permission api I am facing this error
[Response: [Response: {“code”:2300,“message”:“This API endpoint is not recognized.”}]]
can anybody help me
Hi @Darshita there is:
get/users/{userId}/permissions
Is this what you’re using? Can you please paste the exact GET request (blocking the userId) that you’re making please?