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

# Create new team

`POST /teams`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `name` string, required
  - `description` string
  - `assetIds` integer[] — List of asset IDs that the team is responsible for
  - `locationIds` integer[] — List of location where the team is operating
  - `memberIds` integer[] — List of user IDs that are part of the team

## Response `201`

Successfully created team

- object
  - `id` integer, required — Global ID of the team

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token

---

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