---
title: "Get cluster's members"
method: GET
path: "/clusters/{clusterId}/members"
tags: ["Clusters"]
---

# Get cluster's members

`GET /clusters/{clusterId}/members`

User must have the CLUSTER_MEMBER[READ] permission.

## Response `200`

Page of members

- object
  - `data` Member[] — List of members.
    - `id` string — Member's uuid.
    - `displayName` string — Member's name.
    - `roles` Role[] — The list of roles for this Member.
      - `name` string — Role's name.
      - `scope` 'API' | 'APPLICATION' | 'GROUP' | 'ENVIRONMENT' | 'ORGANIZATION' | 'PLATFORM' | 'INTEGRATION' | 'CLUSTER' | 'API_PRODUCT' | 'AI_CATALOG' | 'EXPLORER' | 'AI_WORKSPACE' — Scope of a role.
  - `links` Links — List of links for pagination
    - `self` string — Link to current resource
    - `first` string — In a paginated response, link to the first page
    - `last` string — In a paginated response, link to the last page
    - `previous` string — In a paginated response, link to the previous page. Maybe null if current is the first page
    - `next` string — In a paginated response, link to the next page. Maybe null if current is the last page
  - `metadata` ResponseMetadata — Generic object to handle additional information about an entity. Can also be used for pagination data.
  - `pagination` Pagination — Generic object to handle pagination data.
    - `page` integer — The current page.
    - `perPage` integer — The number of items requested per page.
    - `pageCount` integer — The total number of pages.
    - `pageItemsCount` integer — The number of items for the current page.
    - `totalCount` integer — The total number of items, or `-1` if the count could not be computed within the configured timeout.

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-environments.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-environments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-environments/versions/37e8cbe5f769/schema)
