Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.45 KB

ReportUsers200Response.md

File metadata and controls

19 lines (16 loc) · 1.45 KB

# ReportUsers200Response

Properties

Name Type Description Notes
from \DateTime Start date for this report. [optional]
next_page_token string The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. [optional]
page_count int The number of pages returned for the request made. [optional]
page_number int The page number of the current results. [optional] [default to 1]
page_size int The number of records returned with a single API call. [optional] [default to 30]
to \DateTime End date for this report. [optional]
total_records int The total number of all the records available across pages. [optional]
total_meeting_minutes int Number of meeting minutes for this range. [optional]
total_meetings int Number of meetings for this range. [optional]
total_participants int Number of participants for this range. [optional]
users \Zoom\Api\Model\ReportUsers200ResponseAllOf1UsersInner[] Array of user objects. [optional]

[Back to Model list] [Back to API list] [Back to README]