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

# POST /organization

`POST /organization`

## Query parameters

- `select` string

## Headers

- `Prefer` 'return=representation' | 'return=minimal' | 'return=none' | 'resolution=ignore-duplicates' | 'resolution=merge-duplicates'

## Request body

- Organization
  - `id` string, uuid, required — Note: This is a Primary Key.<pk/>
  - `created_at` string, timestamp with time zone, required
  - `name` string, text, required
  - `slug` string, text, required
  - `created_by` string, uuid
  - `owner_id` string, uuid
  - `bio` string, text
  - `display_name` string, text
  - `display_email` string, text
  - `urls` unknown[]
    - unknown
  - `avatar_url` string, text
  - `updated_by` string, uuid
  - `updated_at` string, timestamp with time zone
  - `tags` unknown[]
    - unknown

## Response `201`

Created

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/versions/90ce877204f2/schema)
