---
title: "Search Customers By Name"
method: GET
path: "/customer-profiles/search"
tags: ["customer-profiles"]
---

# Search Customers By Name

`GET /customer-profiles/search`

Search customer profiles by name (case-insensitive partial match).

## Query parameters

- `name` string, required — Customer name to search for

## Response `200`

Successful Response

- CustomerSearchResult[]
  - `st_customer_id` integer, required
  - `customer_name` string, nullable

## Other responses

- `422` — Validation Error

---

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