---
title: "Update Config"
method: PUT
path: "/sso-group-mappings/config"
tags: ["SSO Group Mappings"]
deprecated: true
---

# Update Config

`PUT /sso-group-mappings/config`

> **Deprecated.**

Create or update SSO team sync configuration.

## Request body

- SSOTeamSyncConfigUpdate
  - `enabled` boolean, nullable
  - `provider` 'azure' | 'okta' | 'other', nullable
  - `group_claim_name` string, nullable
  - `group_prefix_filter` string, nullable
  - `enable_graph_api_fallback` boolean, nullable
  - `graph_api_tenant_id` string, nullable
  - `enable_okta_api_fallback` boolean, nullable
  - `okta_domain` string, nullable

## Response `200`

Successful Response

- SSOTeamSyncConfigResponse
  - `enabled` boolean
  - `provider` string, nullable
  - `group_claim_name` string
  - `group_prefix_filter` string, nullable
  - `enable_graph_api_fallback` boolean
  - `graph_api_tenant_id` string, nullable
  - `enable_okta_api_fallback` boolean
  - `okta_domain` string, nullable

## 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/103580dad816/schema)
