GET /report/activities

Retrieve a list of sign in / sign out activity logs report of users under a Zoom account.
Prerequisites

Rate Limit Label: Heavy

Servers

Query parameters

Name Type Required Description
to String No

End date up to which you would like to view the activity logs report.

page_size Integer No

The number of records to be returned within a single API call

next_page_token String No

Next page token is used to paginate through large result sets

from String No

Start date for which you would like to view the activity logs report. Using the from and to parameters, specify a monthly date range for the report as the API only provides one month worth of data in one request. The specified date range should fall within the last six months.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.