Operations API
Customers

Update Customer

This endpoint (POST) updates an existing customer. If the request succeeds, it returns a Customer Object. Permissions: customers.edit Webhook event: customer-updated

Path Parameters

id * The id of the customer to update.

Body Parameters

name string * The customer's first name.



last_name string The customer's last name.



email string The customer's email address.



locale string (Language Codes) The customer's language. The default is English en.



country string (Country Codes) A two-letter country code (ISO 3166) representing the customer's country.



phone string The customer's primary phone number.



timezone_offset string The UTC timezone offset for this customer. Example +03:00