Add zoom oauth to django website

I need to create a zoom meeting for multiple users from my Django website, I don’t know how to do it (oauth or sdk or JWT)

@yousef.mankola10 Hope you will be fine.

Here are the sessions regarding OAuth :point_down:

Zoom Integration OAuth App Part 1
Zoom Integration OAuth App Part 2

Here :point_down: are the sessions regarding how to schedule meetings using REST API

Create Zoom Meeting - (REST API)
How to Create password less Zoom Meeting -(REST API)
How to Enable Zoom Meeting Registration - (REST API)

Here are the sessions regarding WebSDK Integrations

Thanks for you help, but you are using nodejs and i am using django