---
title: "Set Organisation Limit Route"
method: PUT
path: "/backoffice/users/{user_id}/organisation-limit"
tags: ["Backoffice"]
---

# Set Organisation Limit Route

`PUT /backoffice/users/{user_id}/organisation-limit`

Set how many organisations a user may create.

This is the manual lever behind the tiering rules: everyone starts at 0
(personal organisation only, no organisation UI), Business plans get 1,
and we raise it as a company buys more licenses.

## Path parameters

- `user_id` string, required

## Request body

- ToolhouseAppApiBackofficeUsersSetOrganisationLimitRequest
  - `organisation_limit` integer, required

## Response `200`

Organisation limit updated successfully

- SetOrganisationLimitRequestOutput
  - `organisation_limit` integer, required

## Other responses

- `404` — User not found
- `422` — Validation Error
- `500` — Internal server error

---

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