---
title: "AddMember"
method: POST
path: "/admin/teams/{team_id}/members"
tags: ["Admin - Teams"]
---

# AddMember

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

Add a member to a team.

Returns:
    Redirect to team detail page.

## Path parameters

- `team_id` string, uuid, required — The team ID.

## Request body

- AdminTeamMemberAdd
  - `role` 'admin' | 'editor' | 'member' — Valid values for team roles. Roles follow Jetstream conventions: - ADMIN: Full permissions (create, read, update, delete) - EDITOR: Limited permissions (read, create, update) - MEMBER: Basic read-only access Note: Team ownership is tracked separately via is_owner on TeamMember.
  - `userId` string, uuid, required

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2025-12-26** `1df5362b73fc` — 1 info
  - endpoint added
- **2025-12-22** `6b2fad3e4bcc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/litestar-org/apis/app/changes/admin/teams/:team_id/members/post.md)

---

[API](https://skmtc.dev/litestar-org/apis/app.md) · [All operations](https://skmtc.dev/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litestar-org/app/revisions/461f3baecebb/schema)
