---
title: "Create Organization"
method: POST
path: "/v2/me/organizations"
tags: ["Me V2"]
---

# Create Organization

`POST /v2/me/organizations`

Creates a new organization with the authenticated user as the owner.

## Request body

- object
  - `name` string, required — a string at least 1 character(s) long

## Response `200`

Success

- object
  - `id` integer, required — an integer
  - `object` 'organization', required
  - `name` string, required
  - `role` 'OWNER', required
  - `created_at` string, required

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

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