Get List Of Pending Approval API

Description
i am using php to get data from the zoom api
if i use the /meetings/{meetinfID}/registrants/
i can only see the approved registrants
how can i get the Pending users
Error
how can i get the Pending users

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
/meetings/{meetinfID}/registrants/

Hi @drorshalit1,

Thanks for reaching out!

You’re using this endpoint, right?

If so, this should return a status field for each registrant that states whether they’re approved, pending, or denied:

Is it possible that maybe you have auto approve on? This would return all approved registrants, if so.

Let me know—thanks!
Will