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

# POST /teams/

`POST /teams/`

Create a new team

## Request body

- TeamCreate
  - `name` string, required — The name of this resource
  - `description` string — The team description.
  - `organization_id` integer, required

## Response `201`

Return the new team.

- Team
  - `id` integer, required
  - `name` string, required — The name of this resource
  - `description` string — The team description.
  - `organization_id` integer, required — The organization of this team.
  - `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)
