---
title: "List Product Members"
method: GET
path: "/v1/products/{productId}/members"
tags: ["Members"]
---

# List Product Members

`GET /v1/products/{productId}/members`

This endpoint returns the list of Members that belongs 
to the given Product, identified by the `productId` parameter.

## Path parameters

- `productId` string, uuid, required

## Response `200`

- MemberModel[]
  - `userId` string, nullable, required — Identifier of the Member.
  - `productId` string, uuid, required — Identifier of the Product where the Member has access.
  - `permissionGroupId` integer, required — Identifier of the Member's Permission Group.
  - `fullName` string, nullable, required — Name of the Member.
  - `email` string, nullable, required — Email of the Member.

## Other responses

- `400` — Bad request.
- `404` — Not found.
- `429` — Too many requests. In case of the request rate exceeds the rate limits.

---

[API](https://skmtc.net/configcat/apis/configcat-public-management-api.md) · [All operations](https://skmtc.net/configcat/apis/configcat-public-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/configcat/configcat-public-management-api/revisions/88fd971944d7/schema)
