---
title: "Get All roles"
method: GET
path: "/groups/{group-id}/all-roles"
tags: ["Roles"]
---

# Get All roles

`GET /groups/{group-id}/all-roles`

## Path parameters

- `group-id` string, required

## Response `200`

Response object containing all Roles and the count in the provided group

- RolesResourceResponse
  - `count` integer
  - `resourceList` object[]
    - `roleName` string
    - `details` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.net/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/versions/1d5e9cc062de/schema)
