---
title: "Get Group Mappings"
method: GET
path: "/api/v1/auth/group-mappings"
tags: ["authentication"]
---

# Get Group Mappings

`GET /api/v1/auth/group-mappings`

Get current SSO group → role mappings.

## Response `200`

Successful Response

- GroupMappingsResponse — Response for GET /auth/group-mappings.
  - `mappings` GroupMappingEntry[], required
    - `group` string, required
    - `role` string, required

## Other responses

- `404` — SSO authentication is not configured on this server

## Changes

- **2026-07-26** `86f514b4e920` — 2 info
  - added the non-success response with the status `404`
  - removed the non-success response with the status `503`
- **2026-07-26** `2a1299ef19fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/changes/api/v1/auth/group-mappings/get.md)

---

[API](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/7f4871ff054a/schema)
