Create Oauth app credentials from server and not from zoom market place

Hi Zoom Team,
Creating oauth app and jwt app is a big hassle for our organisation as there are 100s of people who are using app, and to create oauth app for each and every user is biggest challenge for us.
Is there a way we can use any zoom API to create oauth credentials or jwt app credentials from our server? It will be great for us in future also as in case if a new user will join our organisation then we will have to create oauth app for him as well.
Is there any seamless way to generate oauth credentials which doesn’t require any manual work at your marketplace?
Or is there any way to use some master account to create credentials once and use with all other users?

Which App?
Oauth App and JWT app

Hey @taushifali,

You don’t need to create an app for each user. Here are your options:

  1. Create 1 JWT App and use the JWT token to call the API for any user on your account.

  2. Create 1 Account Level OAuth app and have 1 admin user install it and use the access token to call the API for any user on your account.

  3. Create 1 User Level OAuth app and have each user install it and use the access token to call the API for any user on your account.

Thanks,
Tommy