v8

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01421779.8 KB
Organisation

Create a new organisation

post/organisation

Request body

slugstring

ASCII string for URL like https://chaos.devsoc.app/s/unsw-devsoc

namestring
admininteger

User ID of admin

Example request

{
  "slug": "unsw-devsoc",
  "name": "UNSW Software Development Society",
  "admin": 1541815603606036500
}

Response

OK

messagestring

Example response

{
  "message": "Successfully created organisation"
}