---
title: "Add Users to Team"
method: POST
path: "/1/accounts/{account}/teams/{team}/users"
tags: ["User Management > Teams > Users"]
---

# Add Users to Team

`POST /1/accounts/{account}/teams/{team}/users`

Add one or more existing Account Users to a given Team.

## Path parameters

- `account` integer, required
- `team` integer, required

## Request body

- object
  - `user_ids` integer[], required — The user identifiers to add to the team.

## Response `201`

Created

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
