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