---
title: "List all groups"
method: GET
path: "/api/v1/all-groups"
tags: ["general"]
---

# List all groups

`GET /api/v1/all-groups`

Returns available Kubernetes/OpenShift group names for subscription and policy forms. Falls back to system:authenticated when the groups API is unavailable (for example BYOOIDC).
K8s calls: GET /k8s/v1/groups

## Response `200`

List of group names

- object
  - `data` string[], required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/opendatahub-io/apis/maas-bff-api.md) · [All operations](https://skmtc.net/opendatahub-io/apis/maas-bff-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatahub-io/maas-bff-api/revisions/1f732899279c/schema)
