---
title: "Create a Team"
method: POST
path: "/orgs/{org_name}/teams"
tags: ["Teams"]
---

# Create a Team

`POST /orgs/{org_name}/teams`

Create a new team (must be parent org member)

## Path parameters

- `org_name` string, required

## Request body

- TeamCreate
  - `name` string, required
  - `description` string

## Response `201`

Success

- CreatedContent — Content for created response.
  - `id` string, uuid, required — Id for the newly created resource.
  - `message` string — A human readable message

## Other responses

- `202` — Accepted
- `400` — Invalid request
- `403` — Access forbidden
- `422` — Validation Error
- `500` — Server error

---

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