---
title: "Create team"
method: POST
path: "/orgs/{organization}/teams"
tags: ["Teams"]
---

# Create team

`POST /orgs/{organization}/teams`

Create a new team for the organization.

Processing mode: <small><code>sync</code></small>

## Path parameters

- `organization` string, required

## Request body

- CreateTeamRequest
  - `name` string, required
  - `users` object[]
    - `id` integer, required
    - `role` object
      - `id` integer, required
  - `invites` object[]
    - `email` string, email, required
    - `role` object
      - `id` integer, required

## Response `200`

`TeamResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

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