Hey @samking,
Good question, and welcome to our Developer Community! Happy to help.
To clarify, will all of these individuals/users exist under the same Zoom account for your organization? If so, you should be able to use JWT Authentication, as it offers account-wide access and would essentially mirror the access of an account admin/owner.
To generate API credentials using JWT, you first need to create a JWT app under your account:
And then you can follow the steps here to authenticate your API requests:
Note that the tokens you can generate from a JWT app will all have the same access, but can operate independently of each other and have different expirations.
Let me know if this helps!
Best,
Will