Account

Per-user seat utilization for an account

Per-user seat utilization for an account over a calendar month, classifying each active user as an automator or participant based on their automator-event count. Available to company administrators and company-scoped API keys (USER_MANAGEMENT or REPORTING).

get/accounts/{account_id}/seats/usage

Path parameters

account_idstring required

Account ID

Query parameters

monthinteger

One based month (1-12) to report on. Defaults to the current month.

yearinteger

Zero based year to report on (e.g. 2020). Defaults to the current year.

limitinteger

Maximum number of users to return in a single response.

cursorstring

Cursor to use for pagination

Response

Per-user seat utilization

account_idstring

Id of the account

interval_startinteger

Start of the period, in epoch milliseconds

interval_endinteger

End of the period, in epoch milliseconds

cursorstring

Cursor for fetching the next page of results. Null if no more results.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.