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…
Right now, we don’t have an API that get list all the meetings that a particular user has been registered to. I can reach out to the Engineers to see if we can make an enhancement for a future release.