Clusters
Get cluster's members
User must have the CLUSTER_MEMBER[READ] permission.
get/clusters/{clusterId}/members
Response
Page of members
Example response
{
"data": [
{
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"displayName": "John Doe",
"roles": [
{
"name": "OWNER"
}
]
}
]
}