---
title: "Create a new SSO group mapping"
method: POST
path: "/account/sso/groups"
tags: ["Account"]
---

# Create a new SSO group mapping

`POST /account/sso/groups`

## Request body

- GroupMapping
  - `id` string, uuid, required
  - `group_id` string, uuid, required
  - `group_name` string
  - `sso_attribute` string, required
  - `sso_value` string, required
  - `description` string
  - `created_by_email` string
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `200` — unresolved $ref
- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/github/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.net/github/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
