latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Account

Account seat allocation and utilization

Allocated, used, and available seats for an account, split by automator and participant. Available is max(allocated - used, 0). Available to company administrators and company-scoped API keys (USER_MANAGEMENT or REPORTING).

get/accounts/{account_id}/seats

Path parameters

account_idstring required

Account ID

Query parameters

monthinteger

One based month (1-12) for the used-seat computation. Defaults to the current month.

yearinteger

0 based year for the used-seat computation (e.g. 2020). Defaults to the current year.

Response

Seat allocation and utilization summary

account_idstring

Id of the account

interval_startinteger

Start of the period the used counts cover, in epoch milliseconds

interval_endinteger

End of the period the used counts cover, in epoch milliseconds

has_subscriptionboolean

False for accounts with no subscription; total/available are then omitted.