---
title: "Management List Keycloak Groups"
method: GET
path: "/api/management/iam/groups"
tags: ["Management API"]
---

# Management List Keycloak Groups

`GET /api/management/iam/groups`

List Keycloak IAM groups (admin only).

## Response `200`

Successful Response

- GroupListResponse — Response for listing Keycloak groups.
  - `groups` KeycloakGroupSummary[]
    - `id` string, required
    - `name` string, required
    - `path` string, required
    - `attributes` object, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry.md) · [All operations](https://skmtc.net/ascending-llc/apis/mcp-gateway-registry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ascending-llc/mcp-gateway-registry/versions/31381943e2e7/schema)
