---
title: "Resolve Role Conflict"
method: POST
path: "/users/resolve_role_conflict"
tags: ["USER"]
deprecated: true
---

# Resolve Role Conflict

`POST /users/resolve_role_conflict`

> **Deprecated.**

Resolve an SSO role conflict for a user. Owner-only.

## Headers

- `x-tenant` string

## Request body

- ResolveRoleConflictRequest
  - `user_uuid` string, uuid, required
  - `action` 'accept_sso' | 'dismiss', required

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `403` — Operation not allowed
- `404` — User not found
- `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)
