GET /meetings/{meetingId}/registrants/questions

zoom.us

Summary: List registration questions
Operation ID: meetingRegistrantsQuestionsGet
Auth: unknown
Description

List registration questions that will be displayed to users while [registering for a meeting](https://support.zoom.us/hc/en-us/articles/211579443-Registration-for-Meetings).<br> **Scopes:** `meeting:read`, `meeting:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Light`

Parameters (1)

meetingId (integer, path, required)

The meeting ID in **long** format. The data type of this field is "long"(represented as int64 in JSON). While storing it in your database, store it as a **long** data type and **not as an integer**, as the Meeting IDs can be longer than 10 digits.

No probe data for this endpoint yet.