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

# Create organization

`POST /organizations`

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

## Request body

- CreateOrganizationRequest
  - `logo` string, nullable
  - `metadata` object, nullable
  - `name` string, required
  - `role` string, required
  - `slug` string, nullable

## Response `201`

Created

- Organization
  - `created_at` string, date-time, required
  - `id` string, required
  - `logo` string, nullable
  - `metadata` object, nullable
  - `name` string, required
  - `owner_id` string, required
  - `slug` string, required
  - `updated_at` string, date-time, required

---

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