---
title: "Create Team"
method: POST
path: "/v2/teams"
tags: ["Team API"]
---

# Create Team

`POST /v2/teams`

Create a new team.

## Request body

- SvauthPublicCreateTeamRequest
  - `name` string, required
  - `prefix` string, nullable
  - `description` string, nullable

## Response `200`

Success

- SvauthPublicCreateTeamResponse
  - `data` SvauthPublicTeam
    - `id` string
    - `name` string
    - `prefix` string
    - `description` string, nullable
    - `organizationId` string
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `color` string, nullable

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
