Is it possible to use zoom sdk for non zoom users using zoom APIs?

I am creating an online teaching app where my users may not be zoom user. I want to use zoom for video conferencing but when I pass a non-zoom user email to this it gives me a user not found. Any solution?

using the latest version from sample SDK downloaded yesterday

https://api.zoom.us/v2/users/mirza@avantari.org/token
{

"code": 1001,

"message": "User does not exist: mirza@avantari.org."

}

1 Like

Hi @mirzaahmed65, thanks for the post.

The SDKs are going to provide the same level of access as the Zoom client, so you can join meetings with an SDK app without a Zoom account. For your issue with the REST API, please post over in #api-and-webhooks. :slightly_smiling_face:

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.