---
title: "Add user to team"
method: POST
path: "/user-service/teams/{teamId}/members"
tags: ["Teams"]
---

# Add user to team

`POST /user-service/teams/{teamId}/members`

Add a single user to the specified team

## Request body

- object
  - `user_id` string, uuid, required — User ID to add to the team

## Response `201`

User added to team successfully

- object
  - `message` string
  - `user_id` string, uuid
  - `team_id` string, uuid

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — User or team not found
- `409` — User already in team

---

[API](https://skmtc.net/firefly/apis/firefly-user-management-service-api.md) · [All operations](https://skmtc.net/firefly/apis/firefly-user-management-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/firefly-user-management-service-api/revisions/3d5d69795558/schema)
