---
title: "Add User"
method: POST
path: "/v3/teams/{teamId}/users"
tags: ["Team Membership"]
---

# Add User

`POST /v3/teams/{teamId}/users`

Adds a user to a team.

## Request body

- object
  - `id` string, uuid, required — The user ID for the user being added to a team.

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
