---
title: "List groups in an organization"
method: GET
path: "/v1/{org_name}/groups"
tags: ["Groups"]
---

# List groups in an organization

`GET /v1/{org_name}/groups`

## Path parameters

- `org_name` string, required

## Response `200`

List of all groups the user is a member of (if using a user api-key) or all groups in the organization (if using an organization api-key).

- GroupResponse[]
  - `id` string
  - `name` string
  - `slug` string
  - `repository_count` integer — Deprecated in favor of project_count.
  - `project_count` integer
  - `user_count` integer
  - `conditional_exception_count` integer

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
