---
title: "Get Group Roles"
method: GET
path: "/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles"
tags: ["Administration - Groups"]
---

# Get Group Roles

`GET /api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles`

Returns the list of roles associated with a given group

## Path parameters

- `orgUuid` string, required
- `groupUuid` string, required

## Query parameters

- `cursor` string
- `limit` string

## Response `200`

OK

- DWRResponsePageableV3ListMultipleGroupRolesPerContextDTOV3
  - `additionalData` object — + **totalItems**: The total count of data points returned in an API response.
  - `supportToken` string
  - `response` MultipleGroupRolesPerContextDTOV3[]
    - `scopeUuid` string, required
    - `scopeName` string
    - `scopeType` 'organization' | 'application' | 'project' | 'account' | 'unsupported', required — Type of entity the role will be associated with
    - `roles` string[]

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
