---
title: "POST /user/{userId}/disable"
method: POST
path: "/user/{userId}/disable"
---

# POST /user/{userId}/disable

`POST /user/{userId}/disable`

Denies access to the FinSpace web application and API for the specified user.

## Path parameters

- `userId` string, required

## Request body

- object
  - `clientToken` string — Idempotence Token for API operations

## Response `200`

Success

- DisableUserResponse
  - `userId` string — The unique identifier for the disabled user account.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — ConflictException

---

[API](https://skmtc.net/aws/apis/finspace-data.md) · [All operations](https://skmtc.net/aws/apis/finspace-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/finspace-data/versions/d7561d153837/schema)
