---
title: "Add members to a team"
method: PUT
path: "/teams/{id}/add_members"
tags: ["teams"]
---

# Add members to a team

`PUT /teams/{id}/add_members`

Adds users as members to the team. Existing members are preserved. Use this for adding members without needing the full member list.

## Path parameters

- `id` string, required

## Request body

- object
  - `member_uuids` string[], required — Array of user UUIDs to add as members

## Other responses

- `400` — Bad Request - Invalid parameters or malformed request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - User lacks permission to access this resource
- `404` — Not Found - Resource does not exist
- `422` — Unprocessable Entity - Invalid request parameters or validation errors
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error - Unexpected server error

---

[API](https://skmtc.net/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.net/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/versions/860cca9fe67a/schema)
