Is it possible to call API on behalf of Pro user?

Is it possible to have an application which uses the API on behalf of users who have paid accounts?

The plan would be to add Zoom to our web application but have the users register for Pro accounts if they want to use the features. This way the number of meetings created, participants and cloud recordings would be on behalf of the users themselves instead of having the main application handle this.

Since the application is using the API key and secret of a specific account I’m not sure that’s possible and asking users to create Developer accounts wouldn’t feasible.

Hey @gilles.leblanc,

Yes, you can do this with the OAuth flow. Users will be able to connect / install your OAuth app, authorizing you to make API calls on their behalf.

Thanks,
Tommy