Get daily usage report

GET {{baseUrl}}/videosdk/report/daily?year=&month=

Retrieve daily report to access the account-wide usage of Zoom services for each day in a given month. It lists the number of sessions, users, and session minutes.
Prerequisites
* A Video SDK account.

Rate Limit Label: Heavy

Request Params

KeyDatatypeRequiredDescription
yearnullYear for this report
monthnullMonth for this report

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"year":2021,"month":12,"dates":[{"date":"2021-12-01","sessions":20,"users":80,"session_minutes":380},{"date":"2021-12-01","sessions":20,"users":80,"session_minutes":380}]}