Description
I am gathering stats from below zoom APIs for reporting purpose:
- Get Daily Usage Report (/report/daily).
- List Users (/users)
- Get Meetings Report (/report/users/<>/meetings?from=2020-03-18&to=2020-03-18)
I extracted and consolidated data for 03/18 using these 3 APIs.
Below are my concerns/queries regarding the same:
Get Daily Usage Report gives me a total count of 4126 meetings held on 03/18.
Next, I fetched all users in my company account with zoom id and used these to fetch individual meeting record for these users. The count comes out to be 2478.
I wish to understand the reason for this discrepancy and what I may be doing wrong here.
Please let me know if a session is required.
NOTE: I checked that Get Meetings Report is supposed to fetch meeting with 2 or more unique participant but somehow I see that this behavior is not consistent in reports. It has data for meetings with participant count as 1 and surprisingly sometimes even 0 (though a host is also counted as a participant).