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

# List Mappings

`GET /sso-group-mappings/mappings`

Get SSO group mappings with resolved target names and creator emails.

Pass include_inactive=true to also see deactivated mappings (for reactivation).

## Query parameters

- `mapping_type` string, nullable
- `include_inactive` boolean

## Response `200`

Successful Response

- SSOGroupMappingResponse[]
  - `id` integer, required
  - `uuid` string, uuid, required
  - `external_group_identifier` string, required
  - `match_type` string, required
  - `mapping_type` string, required
  - `target_id` integer, required
  - `target_name` string, nullable
  - `is_active` boolean, required
  - `created_by_email` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## 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)
