We have created a test app, activated it with the following scopes
- webinar:read:admin
- user:read:admin
- meeting:read:admin
- chat_channel:read:admin
- report:read:admin
For testing we are using postman and we are successfully able to get a token (/oauth/token), and get a response when calling the webinar endpoint (/v2/webinars/1234567890).
However: Getting registrants (/v2/webinars/1234567890/registrants) does not show custom_questions (array is empty)
Has anyone experienced a similar issue and would be able to provide further troubleshooting tips? Permissions? Scope? Other?