---
title: "List Members"
method: GET
path: "/v1/customer-portal/members"
tags: ["customer_portal", "members", "public"]
---

# List Members

`GET /v1/customer-portal/members`

List all members of the customer's team.

Only available to owners and billing managers of team customers.

## Query parameters

- `page` integer — Page number, defaults to 1.
- `limit` integer — Size of a page, defaults to 10. Maximum is 100.

## Response `200`

Successful Response

- ListResourceCustomerPortalMember
  - `items` CustomerPortalMember[], required
    - `created_at` string, date-time, required — Creation timestamp of the object.
    - `modified_at` string, date-time, nullable, required — Last modification timestamp of the object.
    - `id` string, uuid4, required — The ID of the object.
    - `email` string, required — The email address of the member.
    - `name` string, nullable, required — The name of the member.
    - `role` 'owner' | 'billing_manager' | 'member', required
  - `pagination` Pagination, required
    - `total_count` integer, required
    - `max_page` integer, required

## Other responses

- `401` — Authentication required
- `403` — Not permitted - requires owner or billing manager role
- `422` — Validation Error

---

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