Using this template helps us debug your issues more effectively
Description
I’m using the endpoint https://api.zoom.us/v2/meetings/{MeetingID}/registrants/questions and it is only returning (not including custom questions which are all appearing fine):
{
"questions": [
{
"field_name": "last_name",
"required": true
},
{
"field_name": "city",
"required": false
},
{
"field_name": "zip",
"required": true
},
{
"field_name": "phone",
"required": true
}
],
}
Whereas the registration page has first name, last name, email, confirm email, city, zip, phone. I can provide the exact meeting ID if that helps, but it’s happening across all the meetings the client has setup.
Any help here would be great.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using JWT in Postman.
Thanks.
–Dalton