---
title: "POST /api/licenses/{id}/fill-seats/"
method: POST
path: "/api/licenses/{id}/fill-seats/"
tags: ["Admin"]
---

# POST /api/licenses/{id}/fill-seats/

`POST /api/licenses/{id}/fill-seats/`

Fills the remaining empty seats of the license with the first users that are found.

## Path parameters

- `id` integer, required

## Response `200`

- LicenseUser[]
  - `id` integer, required
  - `first_name` string
  - `email` string, email

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
