---
title: "Update User Details"
method: PUT
path: "/user"
tags: ["User"]
---

# Update User Details

`PUT /user`

The update user details service is used to update user details like name, address, currency preference, etc.<br>Currency provided in the input will be respected in the <a href="https://developer.yodlee.com/api-reference#tag/Derived">derived</a> services and the amount fields in the response will be provided in the preferred currency.<br>The HTTP response code is 204 (Success without content). <br>

## Request body

- UpdateUserRequest
  - `user` UpdateUserRegistration, required
    - `preferences` UserRequestPreferences
      - `dateFormat` string — The dateformat of the user.This attribute is just a place holder and has no impact on any other API services.
      - `timeZone` string — The timezone of the user. This attribute is just a place holder and has no impact on any other API services.
      - `currency` 'AUD' | 'BRL' | 'CAD' | 'EUR' | 'GBP' | 'HKD' | 'IDR' | 'INR' | 'JPY' | 'NZD' | 'SGD' | 'USD' | 'ZAR' | 'CNY' | 'VND' | 'MYR' | 'CHF' — The currency of the user. This currency will be respected while providing the response for derived API services.<br><b>Applicable Values</b><br>
      - `locale` 'en_US' | 'en_ES' | 'fr_CA' | 'zh_CN' — The locale of the user. This locale will be considered for localization features like providing the provider information in the supported locale or providing category names in the transaction related services.<br><b>Applicable Values</b><br>
    - `address` UserAddress
      - `zip` string
      - `country` string
      - `address3` string
      - `address2` string
      - `city` string
      - `address1` string
      - `state` string
    - `name` Name
      - `middle` string
      - `last` string
      - `fullName` string
      - `first` string
    - `email` string
    - `segmentName` string

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/versions/3bc0042deba8/schema)
