New Meetings are Created on Account Owner

I just started using the zoom api and created a JWT app. The issue I’m having is currently when I create a meeting with the endpoint: https://api.zoom.us/v2/users/me/meetings it appears that they are being created under the account owner instead of my account (we’re on a pro or business plan). I created all credentials under my specific account so my question: Is that the expected behavior?

Thank you for posting in the Zoom Developer forum and sorry for the miss response. I’m happy to help here, you are seeing the meetings are created in the account because you were using me as a parameter value instead of the user’s email. Can you try to make the request with the user’s email instead?

Ex.

https://api.zoom.us/v2/users/user@email.com/meetings

Let me know if you have any question about us