---
title: "Add teammates to team"
method: POST
path: "/teams/{team_id}/teammates"
tags: ["Teams"]
---

# Add teammates to team

`POST /teams/{team_id}/teammates`

Add one or more teammates to a team (workspace).

Required scope: `teams:write`

## Path parameters

- `team_id` string, required

## Request body

- TeammateIds
  - `teammate_ids` ResourceID[], required

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
