---
title: "List External Groups"
method: GET
path: "/sso-group-mappings/external-groups"
tags: ["SSO Group Mappings"]
---

# List External Groups

`GET /sso-group-mappings/external-groups`

List uploaded external SSO groups with optional search filter.

## Query parameters

- `search` string, nullable

## Response `200`

Successful Response

- SSOExternalGroupListResponse
  - `groups` SSOExternalGroupResponse[]
    - `id` integer, required
    - `group_name` string, required
    - `source` string, required
    - `created_at` string, date-time, required
  - `total` integer

## Other responses

- `422` — Validation Error

---

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