---
title: "Creates organization"
method: POST
path: "/organizations"
tags: ["Organizations"]
---

# Creates organization

`POST /organizations`

## Request body

- OrganizationRequest
  - `name` string, required
  - `description` string
  - `websiteUrl` string
  - `implementationTimeline` 'yesterday' | 'nextTwoWeeks' | 'nextTwoMonths' | 'justBrowsing'

## Response `200`

Organization response

- OrganizationResponse
  - `organization` object
    - `id` string, required
    - `name` string, required
    - `description` string
    - `websiteUrl` string
    - `address` OrganizationAddressFields
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `region` string
      - `postalCode` string
      - `country` string — ISO 3166-1 alpha-2 country code

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
