How to use the meeting creation API with an account different from the one that registered the app

I am using Spring Boot to work with the Zoom API via OAuth 2.0. I have registered an app on the Zoom Marketplace and obtained the client ID and secret. Using these values, I want to request authorization, create meetings, and allow participants to join.

In this case, can only the account that registered the app obtain the meeting start URL?

When I try to authorize using a user account other than the one that registered the app, I receive the error: “Application not found: It may have been deleted or you don’t have permission to view it right now.” Is there a solution to this issue?

Hi @chlgusrb0213 ,

Is the user external to your account? It sounds like you have an unlisted app that is available to use for users on your account. In order to access data from external account users, your app needs to go through the app review process. Please take a look at the following to help you understand better: