---
title: "List team members"
method: GET
path: "/teams/{id}/members"
tags: ["Teams"]
---

# List team members

`GET /teams/{id}/members`

## Path parameters

- `id` integer, required

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Members returned

## Response `200`

Successfully fetched Members list

- object
  - `members` object[], required
    - `id` integer, required — Global ID of the user
    - `firstName` string
    - `lastName` string
    - `teamRole` 'ADMIN' | 'MEMBER', required
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Members.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Members.

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Cannot find the parent resource

---

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