---
title: "Create an Org"
method: POST
path: "/orgs"
tags: ["Orgs"]
---

# Create an Org

`POST /orgs`

Create a new org.

## Request body

- OrganizationCreate
  - `account_name` string — The unique name of the org in small case without spaces
  - `name` string — The display name for this org
  - `picture_url` string — URL to the picture associated with this org
  - `contact_email` string — The contact email for the Organization
  - `description` string — A description of the org

## Response `201`

Success

- CreatedContent — Content for created response.
  - `id` string, uuid, required — Id for the newly created resource.
  - `message` string — A human readable message

## Other responses

- `202` — Accepted
- `400` — Invalid request
- `403` — Access forbidden
- `422` — Validation Error
- `500` — Server error

---

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