---
title: "Triggered when all purchased seats in a workspace are utilized (no available seats remain)."
method: POST
path: "workspace:seats_full"
tags: ["workspaces"]
---

# Triggered when all purchased seats in a workspace are utilized (no available seats remain).

`POST workspace:seats_full` (webhook)

## Headers

- `X-TL-Partner-Id` string, required
- `X-TL-Signature` string, required

## Payload

- PartnerAPIWhSeatsFull — Webhook payload sent when all purchased seats in a workspace are utilized (available seats reach zero). This event is emitted once per billing period when the condition seats_utilized >= seats_purchased becomes true.
  - `workspace_id` string, required — Identifier of the workspace whose seat utilization reached the purchased limit.
  - `event_type` 'workspace:seats_full', required — Partner webhook event name.
  - `partner_id` string, required — Unique identifier of the partner that owns the workspace.
  - `triggered_at` string, date-time, required — Timestamp when the threshold condition was first met for the current billing period.
  - `seats_purchased` integer, required — Number of seats purchased for the workspace in the current billing period.
  - `seats_available` integer, required — Number of seats still available for assignment in the workspace.

## Acknowledgement `200`

Receiver accepted the event

---

[API](https://skmtc.net/initechsoftware/apis/partner-webhook-api.md) · [All operations](https://skmtc.net/initechsoftware/apis/partner-webhook-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/initechsoftware/partner-webhook-api/revisions/d89ccac88c1e/schema)
