---
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

---

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