Get daily usage report
GET {{baseUrl}}/report/daily?year=<integer>&month=<integer>&group_id=<string>
Retrieve daily report to access the account-wide 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
:
Heavy
Request Params
| Key | Datatype | Required | Description |
| year
| string | | Year for this report |
| month
| string | | Month for this report |
| group_id
| string | | The group ID. To get a group ID, use the List groups API.
Note: The API response will only contain users who are members of the queried group ID. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"dates":[{"date":"\u003cdate\u003e","meeting_minutes":"\u003cinteger\u003e","meetings":"\u003cinteger\u003e","new_users":"\u003cinteger\u003e","participants":"\u003cinteger\u003e"},{"date":"\u003cdate\u003e","meeting_minutes":"\u003cinteger\u003e","meetings":"\u003cinteger\u003e","new_users":"\u003cinteger\u003e","participants":"\u003cinteger\u003e"}],"month":"\u003cinteger\u003e","year":"\u003cinteger\u003e"}