---
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, with an optional fallback label when TOOI does not provide one.
  - `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.net/digilab/apis/oss-register-api-v1.md) · [All operations](https://skmtc.net/digilab/apis/oss-register-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digilab/oss-register-api-v1/versions/c98155e7c17a/schema)
