Update a customer
POST
https://api.tamio.com/v2/customers/update/{uuid}
Updates an existing customer's information. The customer name is always required. Email can be changed as long as it is not already in use by another customer within the same account.
Path Parameters
uuid
string*
Body Parameters
name
string*
last_name
string
email
string
country
string
locale
string
timezone_offset
string
priority
string
lownormalmediumhigh
category
string
leadcustomer
phone
string
teammate_id
string
Responses
200
Customer updated successfully
Customer updated successfully
status
integer
customer
Customer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: customer or teammate UUID not found10082– EmailAlreadyUsed: email is already used by another customer in this account
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string