---
title: "Add teammates to shift"
method: POST
path: "/shifts/{shift_id}/teammates"
tags: ["Shifts"]
---

# Add teammates to shift

`POST /shifts/{shift_id}/teammates`

Add teammates to a shift. The selected teammates must be in the team that owns the shift.

Required scope: `shifts:write`

## Path parameters

- `shift_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)
