update_customer
Modify a customer's profile fields including first name, last name, and email by providing the customer ID.
Instructions
Update a customer's profile fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| last_name | No | ||
| first_name | No | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |