---
title: "Create organisation"
method: POST
path: "/organisations"
tags: ["Private endpoints", "Organisations"]
---

# Create organisation

`POST /organisations`

Create a new organisation.

## Request body

- OrganisationInput — An organisation to add to the catalog. The label is resolved from TOOI.
  - `uri` string, uri, required — The unique identifier for an organisation
  - `label` string — Fallback label when TOOI does not provide one

## Response `201`

Created

- OrganisationSummary — An organisation from the catalog
  - `uri` string, uri, required — The unique identifier for an organisation
  - `label` string, required — The label of the organisation

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/digilab/apis/api-register-api-v1.md) · [All operations](https://skmtc.dev/digilab/apis/api-register-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digilab/api-register-api-v1/revisions/7e774cec2907/schema)
