Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Get Daily Usage Report

    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

    Input

    type: object properties: parameters: type: object properties: year: type: integer example: 2022 description: Year for this report month: type: integer example: 3 description: Month for this report group_id: type: string example: TaVA8QKik_1233 description: >- The group ID. To get a group ID, use the [**List groups**](/api-reference/zoom-api/methods#operation/groups) API. **Note:** The API response will only contain users who are members of the queried group ID. title: Parameters

    Output

    type: object properties: dates: description: Array of date objects. type: array items: type: object properties: date: description: Date for this object. format: date type: string example: '2022-03-01' meeting_minutes: description: Number of meeting minutes on this date. type: integer example: 34 meetings: description: Number of meetings on this date. type: integer example: 2 new_users: description: Number of new users on this date. type: integer example: 3 participants: description: Number of participants on this date. type: integer example: 4 month: description: Month for this report. type: integer example: 3 year: description: Year for this report. type: integer example: 2022