I am building a marketplace to connect tutors and students. We plan to dynamically pick user accounts to create meetings on daily basis.
A single user may only use up to 100 requests per day to create meetings. Is there any way I can get request usage of users before using the create meeting API so I can choose which user account to go with?