Update a customer
Updates the specified customer by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
patch
Update a customer.
Authorizations
AuthorizationstringRequired
Bearer {apikey}
Path parameters
agentIdstringRequired
The ID of the agent.
customerIdstringRequired
The ID of the customer.
Body
firstNamestring · min: 1Optional
lastNamestring · min: 1Optional
aliasstringOptional
phoneNumberstring · min: 1Optional
emailstring · min: 1Optional
preferredLanguagestring · enumOptionalPossible values:
biostringOptional
dobstring · dateOptional
genderstringOptional
sexstring · enumOptionalPossible values:
pronounstringOptional
facebookProfileURLstringOptional
instagramProfileURLstringOptional
tagsstring[]Optional
Responses
200
Successful Response
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
409
Conflict
application/json
422
Validation Error
application/json
patch
/v1/agents/{agentId}/customers/{customerId}Last updated