Description
I fetched participant’s information from meeting. But I did not get an Id, and email-id of few participants.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
GET /past_meetings/{meetingUUID}/participants
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Request URL / Headers / Body
- See result
**Screenshots **
Additional context
I passed participant-Id or email to an API ( GET /users/{userId} ) to read detail user’s or participant’s information. Therefore I required participant-Id and email.