---
title: "List organizations groups"
method: GET
path: "/organizations/{org-slug}/groups"
tags: ["organizations"]
---

# List organizations groups

`GET /organizations/{org-slug}/groups`

Lists the groups of an organization

## Path parameters

- `org-slug` string, required

## Response `201`

Created

- ServiceDtoGroup[]
  - `name` string
  - `slug` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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/revisions/89468e4a014b/schema)
