---
title: "List all members for the team."
method: GET
path: "/orgs/{org}/teams/{team}/members"
tags: ["orgs"]
---

# List all members for the team.

`GET /orgs/{org}/teams/{team}/members`

List all members for the team.

## Query parameters

- `user_kind` string

## Response `200`

Retrieved users for the specified team.

- OrganizationTeamMembers
  - `members` OrganizationTeamServiceMember[], required — The team members
    - `role` 'Manager' | 'Member', required
    - `user` string, required
    - `user_kind` 'User' | 'Service'

## Other responses

- `400` — Request could not be processed (see detail).
- `404` — Team not found.
- `422` — Missing or invalid parameters (see detail).

---

[API](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1.md) · [All operations](https://skmtc.dev/cloudsmith/apis/cloudsmith-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudsmith/cloudsmith-api-v1/revisions/4d7879df9b2f/schema)
