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

# Create a team

`POST /v1/teams`

## Request body

- object
  - `team` object, required
    - `name` string, required
    - `ownerId` string

## Response `201`

201 response

- Team
  - `team` TeamData, required
    - `id` string, required
    - `name` string, required
    - `aclObject` string — The ACL object ID of the entity.
    - `aclSubject` string — The ACL subject ID of the entity.
    - `links` object, required
      - `organisation` string
      - `aclSubject` string
      - `aclObject` string
      - `acl` string

## Other responses

- `400` — 400 Bad Request response
- `401` — 401 Unauthenticated response
- `403` — 403 Unauthorized response
- `404` — 404 Not Found response
- `422` — 422 Bad Entity response

---

[API](https://skmtc.net/wiremock/apis/wiremock-cloud.md) · [All operations](https://skmtc.net/wiremock/apis/wiremock-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wiremock/wiremock-cloud/revisions/93bebefc672f/schema)
