Update Customer
Partial update — send only the fields you want to change. Returns the full customer record (group nested under group).
Overview
See the Customers menu overview for the full feature flow.
All admin endpoints require an admin Bearer token — see Authentication.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/customers/{id} | PUT |
Same fields as Create — all optional (partial update). password is hashed if supplied. Email uniqueness excludes self.
Permission: customers.customers.edit.

