---
title: "Get team member"
method: GET
path: "/teams/{team_id}/members/{user_id}"
tags: ["Teams"]
---

# Get team member

`GET /teams/{team_id}/members/{user_id}`

Retrieves the specified team member.

## Response `200`

OK

- 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

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