Is there any problem to implement with Server-to-serverOAuth?

When receiving an interview request from a customer, so that we can create a ZOOM meeting URL,
I’m currently developing an app with the following specifications.

When the customer selects the desired date and time,
An automatic interview reservation system that creates a meeting on behalf of the holding employee with the company’s ZOOM account

We are currently implementing Server-to-server OAuth.
Currently, development is progressing smoothly, and if there are no problems with the ZOOM terms, we would like to complete it as it is with Server-to-server OAuth.
Is there any problem in recommending the implementation as it is?

Hi @matsunaga.mami
Thanks for reaching out to the Zoom Developer Forum and welcome to our community, I am happy to help here!
If the application that you are working on is an account level app, which means it is going to be used internally by the customer, you should be good with a Server to Server OAuth app.

If you want 3rd party users to authorize and use your application then you would have to build an OAuth app and go through the App submission process:

https://marketplace.zoom.us/docs/guides/publishing/app-submission/

Hope this helps,
Elisa