---
title: "Add a team member"
method: POST
path: "/orgs/{org_id}/teams/{team_id}/members"
tags: ["team-members"]
---

# Add a team member

`POST /orgs/{org_id}/teams/{team_id}/members`

Adds a user to the team with the specified role (team_admin or member).

## Path parameters

- `org_id` string, required
- `team_id` string, required

## Request body

- InternalApiAdminCreateTeamMembershipRequest
  - `role` string
  - `user_id` string

## Response `201`

Created

- InternalApiAdminTeamMembershipResponse
  - `created_at` string
  - `id` string
  - `role` string
  - `team_id` string
  - `user_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
