---
title: "List team members."
method: GET
path: "/team/members"
tags: ["team"]
---

# List team members.

`GET /team/members`

Return a list of all team members, with optional inclusion of pending invites.
Members are sorted by email address.

Required RBAC Policy: team/member/list

## Query parameters

- `includeInvites` boolean

## Response `200`

ListTeamMembersResponse contains the JSON team members list

- object
  - `members` VendorTeamMember[]
    - `createdAt` string, date-time
    - `email` string
    - `firstName` string
    - `hasGitHubUsername` boolean
    - `id` string
    - `isArchived` boolean
    - `isInviteExpired` boolean
    - `isMFAEnabled` boolean
    - `isPendingInvite` boolean
    - `isReadOnly` boolean
    - `isSAML` boolean
    - `lastActiveAt` string, date-time
    - `lastName` string
    - `policyId` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/revisions/6fcf9e54aba4/schema)
