---
title: "Lists group roles for an app"
method: GET
path: "/apps/{app-slug}/roles/{role-name}"
tags: ["application"]
---

# Lists group roles for an app

`GET /apps/{app-slug}/roles/{role-name}`

## Path parameters

- `app-slug` string, required
- `role-name` 'admin' | 'manager' | 'member' | 'platform_engineer', required

## Response `200`

List of group slugs

- object
  - `groups` string[]

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
