Reporting
Retrieve a user's activity across an account
Last-active time and recent action counts for a single user, binned by each workspace in the account where the user was active over the given time range. Restricted to company administrators and company-scoped API keys (USER_MANAGEMENT or REPORTING); the returned totals cover all workspaces in the account.
get/accounts/{account_id}/users/{id}/activity
Path parameters
account_idstring required
Account ID
idstring required
The user ID
Query parameters
start_timeinteger
Start of the time range in epoch milliseconds. Defaults to 30 days before end_time.
end_timeinteger
End of the time range in epoch milliseconds. Defaults to now.
Response
The user's activity across the account
Changes
No recorded changes to this endpoint across all 10 revisions of this API.