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

# Create a new team

`POST /teams`

Creates a new team with a 14-day trial for the authenticated user

## Request body

- object
  - `timezone` string

## Response `201`

Team created

- Team — Team resource
  - `id` integer
  - `name` string
  - `address` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `owner_id` integer
  - `active` boolean

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
