Zoom Rest API Integration

I am trying to meeting request through REST but error is showing that “User XXX not exist or not belong to this account.”

I Have created JWT APP, and using that token as bearer token in Authorization. Please help

Hi @digitalstudenthealth,

Seems like you are using the V1 of our APIs. We are no longer supporting them (since Nov 2018).

Use the v2 equivalent of the API here: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

Please note that you can only create a meeting on behalf of the users in your account. To create meetings for users outside your account, you would need to have an app published on our marketplace.

Visit: https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-oauth-app to know more

1 Like

Thanks for reply. Please suggest us what will be right to do. We are trying to do in local machine. Actually need to implement video call and recording from backend through REST API. Where server will create meeting Id and send url to join people.

Hi, I am successfully created meeting from postman . Thank you

1 Like

Hey @digitalstudenthealth,

Happy to hear you got it working! :slight_smile:

Thanks,
Tommy