Hi,
I’m using this API: “https://api.zoom.us/v2/users/type=inactive” to get the inactive users data but this API only gives Acitve users instead. What changes should I make the the URL?
Regards,
Zaid
Hi,
I’m using this API: “https://api.zoom.us/v2/users/type=inactive” to get the inactive users data but this API only gives Acitve users instead. What changes should I make the the URL?
Regards,
Zaid
Hey @mohammed_zaid,
Thank you for reaching out to the Zoom Developer Forum. Try using status from the List Users API instead of type:
Let me know if that helps.
Thanks,
Max
Where should i make the changes, how will the url look like to get inactive users?
Change your URL to be: https://api.zoom.us/v2/users/status=inactive
So that you are using the status query parameter
Let me know if that helps.
Max