GET /report/activities
Retrieve a list of sign in / sign out activity logs report of users under a Zoom account.
Prerequisites
- Pro or higher plan.
Scopes:report:read:admin
Rate Limit Label: Heavy
Servers
- https://api.zoom.us/v2
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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.