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

# Get roles

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

## Path parameters

- `group-id` string, required

## Query parameters

- `searchKey` string
- `lowerLimit` string, required
- `upperLimit` string, required
- `order` string
- `orderBy` string
- `isUpdate` string, required

## Response `200`

Response object containing paginated list of resulting Roles and the count of search results, deployed in 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)
