Hi !
In the Zoom web UI, we can use the Polls/Quizzes library and assign or filter an existing poll/quiz so it becomes available for a specific meeting.
We need to automate that same action using the Zoom API.
Use case: We have reusable quizzes already created in Zoom . When our system creates a new Zoom meeting for a course using the API , we want to assign the matching existing quizzes to that meeting without recreating the quiz content every time.
I checked the public Meeting Poll APIs and found endpoints to create, update, delete, and list polls for a specific meeting, but I could not find an endpoint to attach or assign an already existing Polls/Quizzes library item to another meeting.
Is there any supported API endpoint, parameter, beta/private endpoint, or workaround to assign an existing poll/quiz from the Zoom library to a meeting by ID?
I could get the survey_id from the url if needed.