---
title: "Add a user to a team"
method: POST
path: "/api/v1/teams/{teamId}/users/{userId}"
tags: ["crm"]
---

# Add a user to a team

`POST /api/v1/teams/{teamId}/users/{userId}`

## Path parameters

- `teamId` string, uuid, required
- `userId` string, uuid, required

## Response `204`

---

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