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

---

[API](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.net/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/versions/86f514b4e920/schema)
