---
title: "GET /team/{team_id}/members"
method: GET
path: "/team/{team_id}/members"
tags: ["team"]
---

# GET /team/{team_id}/members

`GET /team/{team_id}/members`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

Members retrieved successfully

- ListMembersResponse
  - `members` TeamMember[], required
    - `created_at` string, date-time, required
    - `email` string, required
    - `role` 'read_only' | 'member' | 'admin' | 'owner', required
    - `team_id` string, uuid, required
    - `user_id` string, uuid, required

## Other responses

- `403` — Forbidden - user not member of team
- `404` — Team not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
