---
title: "Create organization"
method: POST
path: "/orgs"
tags: ["orgs"]
---

# Create organization

`POST /orgs`

Creates a new organization.

## Request body

- CreateOrganizationRequest
  - `logoId` string
  - `organization` Organization
    - `dateCreated` string, date-time
    - `description` string
    - `fullName` string, required
    - `id` integer, nullable
    - `lastUpdated` string, date-time
    - `location` string
    - `name` string, required
    - `website` string

## Response `200`

OK

- CreateOrganizationResponse
  - `organization` OrganizationDbDto
    - `description` string
    - `fullName` string
    - `location` string
    - `logoId` string
    - `logoUrl` string
    - `memberId` integer
    - `memberRole` 'owner' | 'member' | 'collaborator'
    - `name` string
    - `orgId` integer
    - `paying` boolean
    - `type` 'academic' | 'evaluating' | 'pro' | 'basic' | 'internal'
    - `website` string

## Other responses

- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicate element

---

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