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

# POST /user/{userId}/enable

`POST /user/{userId}/enable`

Allows the specified user to access the FinSpace web application and API.

## Path parameters

- `userId` string, required

## Request body

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

## Response `200`

Success

- EnableUserResponse
  - `userId` string — The unique identifier for the enabled user account.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ThrottlingException
- `483` — AccessDeniedException
- `484` — ResourceNotFoundException
- `485` — LimitExceededException
- `486` — 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)
