---
title: "Register a new organization"
method: POST
path: "/organizations"
tags: ["Organizations"]
---

# Register a new organization

`POST /organizations`

Allows a user to register a new organization. The user becomes the initial owner of the organization.

## Request body

- OrganizationRequest
  - `name` string, required — The name of the organization.
  - `description` string — A brief description of the organization.

## Response `201`

Organization successfully registered.

- OrganizationResponse
  - `data` object
    - `organizationId` string
    - `name` string
    - `description` string, nullable

## Other responses

- `400` — Invalid request body.
- `401` — Unauthorized access; valid authentication is required.
- `409` — Organization with the same name already exists.
- `500` — Internal server error while registering the organization.

## Changes

- **2024-10-17** `53644f0719aa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/forkbombeu/apis/credimi-api/changes/organizations/post.md)

---

[API](https://skmtc.dev/forkbombeu/apis/credimi-api.md) · [All operations](https://skmtc.dev/forkbombeu/apis/credimi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forkbombeu/credimi-api/revisions/53644f0719aa/schema)
