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

# Creates a new team.

`POST /teams`

<Note title="Subscription Level" icon="layer-group">This endpoint requires the `Standard` plan or higher.</Note>

<Check title="Required Permissions" icon="key">The user must be an admin.</Check>

## Headers

- `Authorization` string, required

## Request body

- TeamForm — The team POST/PUT model.
  - `name` string, required — The team name.
  - `icon` string, nullable — The icon of the team. Optional. Possible values: 'attach_money', 'poll', 'golf_course', 'all_inclusive', 'portrait', 'timeline', 'transform', 'description', 'folder', 'computer', 'web', 'phone_iphone', 'cloud', 'local_movies', 'shopping_cart', 'brush', 'image', 'camera_alt', 'movie_creation', 'public', 'whatshot', 'extension', 'explore', 'lock', 'settings', 'stars', 'store', 'school', 'local_bar', 'question_answer', 'favorite', 'work', 'flight_takeoff', 'map', 'local_dining'.
  - `color` string, nullable — The color of the team. Optional. Possible values: 'red', 'coral', 'yellow', 'green', 'teal', 'arctic', 'blue', 'azure', 'purple', 'violet'.

## Response `200`

OK

- Team — The team GET model.
  - `name` string, required — The team name.
  - `icon` string, nullable — The icon of the team. Optional. Possible values: 'attach_money', 'poll', 'golf_course', 'all_inclusive', 'portrait', 'timeline', 'transform', 'description', 'folder', 'computer', 'web', 'phone_iphone', 'cloud', 'local_movies', 'shopping_cart', 'brush', 'image', 'camera_alt', 'movie_creation', 'public', 'whatshot', 'extension', 'explore', 'lock', 'settings', 'stars', 'store', 'school', 'local_bar', 'question_answer', 'favorite', 'work', 'flight_takeoff', 'map', 'local_dining'.
  - `color` string, nullable — The color of the team. Optional. Possible values: 'red', 'coral', 'yellow', 'green', 'teal', 'arctic', 'blue', 'azure', 'purple', 'violet'.
  - `id` string, uuid — The id of the team.
  - `createdOn` string, date-time — The date this team was created.
  - `createdBy` string, uuid, nullable — The id of the user who created this team.
  - `updatedOn` string, date-time — The date this team was last modified.
  - `updatedBy` string, uuid, nullable — The id of the user who last updated this team.
  - `userIds` string[], nullable — The ids of the users in the team.
  - `projectIds` string[], nullable — The ids of the projects in the team.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
