---
title: "Create team member"
method: POST
path: "/teams/{team_id}/members"
tags: ["Teams"]
---

# Create team member

`POST /teams/{team_id}/members`

Creates a new team member.

## Request body

- object
  - `user_id` string, uuid, required — ID of the user.

## Response `201`

Created

- TeamMember
  - `team_id` string, ulid — The ID of the team.
  - `user_id` string, uuid — The ID of the user.
  - `created_at` string, date-time — The date and time when the team member was created.
  - `updated_at` string, date-time — The date and time when the team member was last updated.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
