---
title: "Add users to the team."
method: POST
path: "/admin/teams/{team_id}/members/actions/batch_add"
tags: ["teams", "admin"]
---

# Add users to the team.

`POST /admin/teams/{team_id}/members/actions/batch_add`

## Path parameters

- `team_id` string, required

## Request body

- object — Add users to the team.
  - `user_ids` string[], required

## Response `201`

Bad request

- object — User batch
  - `data` object, required
    - `items` string[], required

## Other responses

- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
