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

# POST /organizations/

`POST /organizations/`

Create a new organization

## Request body

- OrganizationCreate
  - `name` string, required — The name of this resource
  - `description` string — The organization description.

## Response `201`

Return the new organization.

- Organization
  - `id` integer, required
  - `name` string, required — The name of this resource
  - `description` string — The organization description.
  - `resource` object, required
  - `created` string, date-time, required — The date/time this resource was created
  - `created_by` integer, nullable, required — The user who created this resource
  - `modified` string, date-time, required — The date/time this resource was created
  - `modified_by` integer, nullable, required — The user who last modified this resource

## Other responses

- `403` — Create is prohibited

---

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