I wanted to know if, a refresh token and access token is generated for each user that installs the application, whether it is a user-based application or a account-based application. Is there a limit for refresh tokens per application? Will each individual user have a 100 new meeting request cap per 24 hours, or will the entire user-based application have 100 meeting requests per 24 hours?
Using OAuth Authentication and a user-app to allow multiple users to create meetings.
Which Endpoint/s?
Create a meeting endpoint & Create a user endpoint