---
title: "Update Individual User"
method: PATCH
path: "/v3/users/individual"
tags: ["Users"]
---

# Update Individual User

`PATCH /v3/users/individual`

Update an existing individual user's profile details. Use this endpoint to correct or complete a user's first name, last name, and date of birth after the user has been created. Updating date of birth automatically re-initiates compliance screening for the user.

## Headers

- `MID` string, required

## Request body

- object
  - `userId` string, required — The unique identifier of the user to update (e.g. UX-251218034104810).
  - `firstName` string — User's first name. Optional; use to correct or update the user's first name.
  - `lastName` string — User's last name. Optional; use to correct or update the user's last name.
  - `dob` string — Date of birth in YYYY-MM-DD format (e.g. 2007-01-13). Must be a valid calendar date.

## Response `200`

OK

- object
  - `status` string
  - `data` object
    - `firstName` string
    - `lastName` string
    - `dob` string
  - `traceId` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/transfi/apis/transfi-single-integrated-api.md) · [All operations](https://skmtc.net/transfi/apis/transfi-single-integrated-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfi/transfi-single-integrated-api/revisions/adb1b62e58cf/schema)
