Reporting
Retrieve monthly user activity summary for an account
Query monthly user activity (automator events) for an account. Returns each user's total edit count for the specified month across all workspaces in the account.
get/accounts/{account_id}/reports/userActivity/monthlySummary
Path parameters
account_idstring required
Account ID to filter by
Query parameters
monthinteger
Month to query. Defaults to current month.
yearinteger
Year to query. Defaults to current year.
limitinteger
Maximum number of users to return per page.
cursorstring
Cursor for pagination. Pass the cursor from a previous response to get the next page.
Response
Monthly user activity summary for the specified account
Changes
No recorded changes to this endpoint across all 12 revisions of this API.