---
title: "updateMeSettings"
method: PUT
path: "/v1/user/settings"
tags: ["User management"]
---

# updateMeSettings

`PUT /v1/user/settings`

Update Cloudally account settings.

## Request body

- UserSettingsDTO — Update account settings
  - `name` string — Account friendly name
  - `email` string — Account email
  - `dailyReport` boolean — Send daily report
  - `region` 'US_EST' | 'US_EST_OHIO' | 'US_WEST_OREGON' | 'US_WEST_CAL' | 'EU' | 'EU_FRANKFURT' | 'ASIA_HONG_KONG' | 'ASIA_MUMBAI' | 'ASIA_SEOUL' | 'ASIA_SINGAPORE' | 'ASIA_SIDNEY' | 'ASIA_TOKYO' | 'SOUTH_AMERICA' | 'AFRICA_CAPE_TOWN' | 'ASIA_CHINA' | 'CANADA' | 'LONDON' | 'EU_PARIS' | 'EU_STOCKHOLM' | 'EU_ZURICH' — Data center
  - `partnerID` string — Partner ID
  - `currency` 'USD' | 'EUR' | 'AUD' | 'GBP' | 'ILS' | 'CAD' | 'JPY' — Currency
  - `invoiceLineType` 'PERSERVICE' | 'PERTASK' | 'PERTOTAL' — Group invoice lines by service type
  - `externalId` string — External ID of the user

## Response `200`

Successful retrieval of the information.

## Other responses

- `401` — The user is not logged in.
- `403` — The user does not have an access to view the account activity.

---

[API](https://skmtc.dev/cloudally/apis/cloudally-rest-api.md) · [All operations](https://skmtc.dev/cloudally/apis/cloudally-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudally/cloudally-rest-api/revisions/97e3a3740b5b/schema)
