Rate limit for create meeting at account level or just user level?

Hi we are developing a solution for automating patient virtual visits but we noticed there is a rate limit for the following endpoint:
/v2/users/{userid}/meeting (create a meeting on zoom)

is there a rate limit if we make the calls using the account level endpoint?

/v2/accounts/{accountId}/users/{userId}/meetings (Create a meeting on Zoom)

also if we use the account level endpoint above, would we be able to make these calls using JWT instead of OAuth??

Thank you

Hi @kelly.boccia,

Thanks for reaching out about this, and good question.

To clarify, create meeting requests (as well as update) are distinguished on a user level. You can create/update up to 100 meetings per user, per day. So if, you were to create meetings across 3 users, you could create 300 meetings per day.

Since meetings are created under users, using an account-level app would not affect this.

Let me know if this helps to clarify—thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.