---
title: "List Max seat assignments"
method: GET
path: "/public/v1/billing/max/seats"
tags: ["Billing"]
---

# List Max seat assignments

`GET /public/v1/billing/max/seats`

Returns total/available Max seat counts plus the users currently holding a seat and the users without one. Requires a USER API key.

## Response `200`

Seat overview

- PublicMaxSeats
  - `totalSeats` number, required
  - `assignedCount` number, required
  - `available` number, required
  - `assigned` PublicMaxSeatUser[], required
    - `userId` number, required
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `assignedAt` string, nullable
  - `unassigned` object[], required
    - `userId` number, required
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
