Create meeting Poll via API

Using this template helps us debug your issues more effectively :slight_smile:

Description
I want to create meeting poll /v2/users/{userid}/meetings/{meetingId}/polls
Using Asp.net Core 5 API , how to post request in Json formate
{“title”:“Q1”,“questions”:[{“name”:“how was the meeting”,“type”:“multiple”,“answers”:[“good”,“bad”]}]}

App Type : JWT

Hi @IbrahimShawky

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Here you can find the documentation for the endpoint that will allow you create polls for a meeting

https://marketplace.zoom.us/docs/api-reference/zoom-api/methods#operation/meetingPollCreate
Hope this helps
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.