---
title: "POST /organisation"
method: POST
path: "/organisation"
tags: ["Organisation"]
---

# POST /organisation

`POST /organisation`

Create a new organisation

## Request body

- object
  - `slug` string — ASCII string for URL like https://chaos.devsoc.app/s/unsw-devsoc
  - `name` string
  - `admin` integer — User ID of admin

## Response `200`

OK

- object
  - `message` string

## Other responses

- `307` — Redirect to login
- `403` — User is not a SuperUser

## Changes

- **2025-07-15** `4fc8206e1afe` — 1 breaking, 1 warning, 3 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `403`
  - removed the optional property `error` from the response with the `403` status
  - added the new optional request property `slug`
  - added the non-success response with the status `307`
  - …1 more
- **2024-04-14** `5acc2e0d80e9` — 1 breaking, 2 warning, 2 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `403`
  - removed the request property `slug`
  - removed the optional property `message` from the response with the `403` status
  - removed the non-success response with the status `307`
  - …1 more

[Change history](https://skmtc.dev/devsoc-unsw/apis/chaos-api/changes/organisation/post.md)

---

[API](https://skmtc.dev/devsoc-unsw/apis/chaos-api.md) · [All operations](https://skmtc.dev/devsoc-unsw/apis/chaos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/devsoc-unsw/chaos-api/revisions/b169cdb125bd/schema)
