---
title: "PUT /v1/customer/profile/{id}"
method: PUT
path: "/v1/customer/profile/{id}"
tags: ["Customer"]
---

# PUT /v1/customer/profile/{id}

`PUT /v1/customer/profile/{id}`

## Path parameters

- `id` string, uuid, required — The id of the customer in our system

## Request body

- CustomerProfileUpdateDTO
  - `data` object, required — The profile data to update - should be provided as key value object

## Response `200`

Customer profile updated successfully

- object

## Changes

- **2026-02-19** `438636ff8550` — 2 breaking, 9 warning
  - removed the required property `createdAt` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the optional property `avatarUrl` from the response with the `200` status
  - removed the optional property `displayName` from the response with the `200` status
  - …7 more
- **2026-02-11** `b4f394f05daf` — 1 info
  - the endpoint scheme security `lorikeetClientId AND lorikeetSignatureAuthV1` was removed from the API

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/customer/profile/:id/put.md)

---

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