v58

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-036490116.2 KB
Clusters

Get cluster's members

User must have the CLUSTER_MEMBER[READ] permission.

get/clusters/{clusterId}/members

Response

Page of members

metadataResponseMetadata

Generic object to handle additional information about an entity. Can also be used for pagination data.

Example response

{
  "data": [
    {
      "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
      "displayName": "John Doe",
      "roles": [
        {
          "name": "OWNER"
        }
      ]
    }
  ]
}