Update a customer
update_customerRename a customer or correct the customerId their data is filtered by. Changing customerId immediately changes which rows they see, so confirm the new value with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| customerId | No | New identifier from your own data. This changes which rows this customer can see. | |
| dashboardId | Yes | Dashboard id. | |
| customerRecordId | Yes | The customer's id from list_customers (not their customerId). |