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

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."

}

Hi @mirzaahmed65, thanks for using the dev forum.

Any user who can use the Zoom client may also use an SDK app. However, the issue you are running into appears to be related to the REST API. Please post over in #api-and-webhooks for help with our REST API. :slightly_smiling_face:

Thanks!

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