---
title: "Add organisation"
method: POST
path: "/admin/organisations/add"
tags: ["Organisations"]
---

# Add organisation

`POST /admin/organisations/add`

## Request body

- OrganisationNoId
  - `name` string
  - `date_created` string
  - `date_modified` string
  - `description` string
  - `type` string, nullable
  - `nationality` string
  - `sector` string
  - `created_by` string
  - `uuid` string
  - `contacts` string, nullable
  - `local` boolean
  - `restricted_to_domain` string[]
  - `landingpage` string, nullable
  - `user_count` string, nullable
  - `created_by_email` string, nullable

## Response `200`

Organisation list response

- Organisation
  - `id` string
  - `name` string
  - `date_created` string
  - `date_modified` string
  - `description` string
  - `type` string, nullable
  - `nationality` string
  - `sector` string
  - `created_by` string
  - `uuid` string
  - `contacts` string, nullable
  - `local` boolean
  - `restricted_to_domain` string[]
  - `landingpage` string, nullable
  - `user_count` string, nullable
  - `created_by_email` string, nullable

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

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