---
title: "Update Customer Name"
method: PATCH
path: "/developer/customers/{customer_id}/name"
tags: ["Developer", "Developer - Customers"]
---

# Update Customer Name

`PATCH /developer/customers/{customer_id}/name`

Update a customer's name.

This endpoint is restricted to developer users only.
Updates the display name for the specified customer.

- **customer_id**: The customer UUID to update
- **name**: The new customer name

## Path parameters

- `customer_id` string, uuid, required

## Request body

- UpdateCustomerNameRequest — Request to update a customer's name
  - `name` string, required — The new customer name

## Response `200`

Successful Response

- UpdateCustomerNameResponse — Response from updating a customer's name
  - `customer_id` string, uuid, required — The customer ID
  - `name` string, required — The updated customer name
  - `message` string, required — Status message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
