Management API
...
Customer
Accounts
Update Customer Account
3min
updates a customer account, if requesting manager has access permissions to it url /api/v1/customer accounts/{id}/ method patch parameters name string description string phone string address string email string data example { "description" "test desc" } success response code 200 ok content examples { "id" 818, "customers count" 0, "code" "tc6", "name" "test customer company 6", "description" "test desc", "phone" "", "address" "", "email" "", "cognito user pool id" "", "company" 339 }