---
title: "show team members"
method: GET
path: "/api/v0/team/members/"
tags: ["Team"]
---

# show team members

`GET /api/v0/team/members/`

Retrieve a list of team members associated with the authenticated user's team.

CLI Usage: `vastai show team-members`

## Response `200`

Success response

- object[]
  - `id` integer — User ID
  - `username` string — Username of the team member
  - `email` string — Email of the team member
  - `fullname` string — Full name of the team member
  - `roles` string[] — Roles assigned to the team member

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
