We have a zoom integrated app that we would like to (1) search for other Zoom users in our network and (2) based on the search, call a user or users into a meeting. The search API would also have to return the user’s status - i.e. whether they’re active and if they’re callable.
It looks like (1) can be partially fulfilled by https://marketplace.zoom.us/docs/api-reference/zoom-api/users/user(s) APIs. However, the status that is returned by these APIs is not sufficient - it doesn’t reflect if the user is in another call or not (if they’re “callable”). Regarding (2), I don’t see any APIs that can be used to “call” a user into a meeting.
This functionality is offered in the stock Zoom app. Is there a method of doing this with the Zoom APIs that I’m missing? If not, is this something that’s on the Zoom API roadmap to add or should I start looking at the Zoom SDK to accomplish this?
Thanks in advance,
Josh