Hi guys,
Is there a way to get all the meetings that one user is registered to?
I know we can list all the meetings and loop through them, but was wondering if there is a faster way? Because https://api.zoom.us/v2/users/{userId}/meetings only returns meetings which user is hosting, but not the ones that user is only registered to…
Thank you