---
title: "Create a new team"
method: POST
path: "/teams"
tags: ["teams"]
---

# Create a new team

`POST /teams`

Creates a new team with the specified attributes, owners, and members

## Request body

- object
  - `team` object
    - `display_name` string, required — Team display name
    - `description` string — Team description
    - `parent_uuid` string — Parent team UUID
    - `owner_uuids` string[] — Array of user UUIDs to be team owners in the format ["uuid-1", "uuid-2"]
    - `member_uuids` string[] — Array of user UUIDs to be team members in the format ["uuid-1", "uuid-2"]

## Other responses

- `400` — Bad Request - Invalid parameters or malformed request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - User lacks permission to access this resource
- `404` — Not Found - Resource does not exist
- `422` — Unprocessable Entity - Invalid request parameters or validation errors
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.net/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/revisions/a67e54becfe9/schema)
