---
title: "Upload Mappings"
method: POST
path: "/sso-group-mappings/mappings/upload"
tags: ["SSO Group Mappings"]
deprecated: true
---

# Upload Mappings

`POST /sso-group-mappings/mappings/upload`

> **Deprecated.**

Upload a CSV of SSO group mappings for bulk creation.

CSV format: external_group_identifier,match_type,mapping_type,target_name
- mapping_type: "team" or "role"
- target_name: team name (for team mappings) or role title (for role mappings)
- match_type: exact, prefix, contains, suffix (defaults to "exact")

## Response `200`

Successful Response

- SSOBulkMappingUploadResponse
  - `total_processed` integer
  - `created` integer
  - `failures` BulkUploadFailure[]
    - `row` integer, required
    - `reason` string, 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)
