---
title: "Get a team member."
method: GET
path: "/team/member/{id}"
tags: ["team"]
---

# Get a team member.

`GET /team/member/{id}`

Retrieves the team member with the given ID.

Required RBAC Policy: team/member/read

## Path parameters

- `id` string, required

## Response `200`

- User
  - `email` string
  - `first_name` string
  - `id` string
  - `is_two_factor_enabled` boolean
  - `last_name` string
  - `policy_ids` string[]
  - `team_id` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/revisions/6fcf9e54aba4/schema)
