Management API
Customer
Update Customer
3min
updates a customer, if requesting manager has access permissions to it url /api/v1/customers/{id}/ method patch parameters email string first name string last name string company name string phone string reference string address string postcode string city string country string state string customer account integer "metadata" json data example { "first name" "toni" } success response code 200 ok content examples { "id" 4165, "total orders" 0, "total licenses" 0, "labels" \[], "customer account" null, "email" "tc3\@tc com", "first name" "toni", "last name" "potter", "company name" "hogwarts", "phone" "+385913111111", "reference" "ref123", "address" "street 1", "postcode" "10000", "city" "new york", "country" "us", "state" "ny", "clabels all" null, "cognito user pool id" "", "metadata" {}, "company" 277, "license user" null, "clabels" \[] }