Retrieve daily report to access the accountwide usage of Zoom services for each day in a given month. It lists the number of new users, meetings, participants, and meeting minutes.**Prerequisites*** Pro or higher plan.**Scopes:** report:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Heavy

getDailyUsageReport(year = NULL, month = NULL, return_response = F)

Arguments

year

Year for this report

month

Month for this report

return_response

Whether to return the response instead of the response content. Defaults to FALSE.