---
title: "Get regular team members only"
method: GET
path: "/teams/{id}/members"
tags: ["teams"]
---

# Get regular team members only

`GET /teams/{id}/members`

Returns regular team members with their UUIDs, names, and emails.

Owners are intentionally excluded from this response.
Combine this endpoint with the team or owners endpoint when the user asks
who is on the team or when you need the full team roster.

## Path parameters

- `id` string, required

## Query parameters

- `page` number
- `limit` number

## Response `200`

ok

---

[API](https://skmtc.net/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.net/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/versions/860cca9fe67a/schema)
