---
title: "Updates account profile"
method: POST
path: "/account/update"
tags: ["Account"]
---

# Updates account profile

`POST /account/update`

## Request body

- UpdateProfileCriteria — Model for member account profile update criteria.
  - `title` 0 | 1 | 2 | 3 | 4 | 5 | 6, required — Enumerator defining traveller name titles:<br>0=Unspecified, 1=Mr, 2=Miss, 3=Mrs, 4=Ms, 5=Master, 6=Dr
  - `firstname` string, required — Firstname
  - `surname` string, required — Surname
  - `acceptMarketing` boolean — Accept or sign up for marketing
  - `telephones` AccountPhoneNumber[], nullable — Array of telephone numbers
    - `id` integer — Record identifier (set to 0 to add new phone number)
    - `type` 1 | 2 | 3 | 4 — Enumerator defining phone types:<br>1=Generic, 2=Mobile, 3=Home, 4=Office
    - `countryPrefix` string, nullable — Country prefix
    - `number` string, nullable — Phone number
    - `isPrimary` boolean — Primary phone number flag
  - `addresses` AccountAddress[], nullable — Array of addresses
    - `id` integer — Record identifier (set to 0 to add new address)
    - `name` string, nullable — Friendly name of address (eg. Home)
    - `company` string, nullable — Company name
    - `line1` string, nullable — Address line 1
    - `line2` string, nullable — Address line 2
    - `city` string, nullable — Address town or city
    - `state` string, nullable — Address county or state
    - `postalCode` string, nullable — Address postal code
    - `countryCode` string, nullable — Address country code
    - `isPrimary` boolean — Primary phone number flag
  - `additionalData` object, nullable — Optional additional data such as custom questions and answers

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `417` — Expectation Failed
- `500` — Internal Server Error

---

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