Management API
...
Accounts
Add manager to Customer Account
2 min
adds a manager to a single customer account url /api/v1/customer accounts/{id}/add manager/ method post data example { "email" "example\@gmail com", "password" "test1234!43210", "first name" "first 1", "last name" "last 1" } success response code 200 ok content examples { "id" 3621, "true email" "example\@gmail com", "is initial password" true, "initial password" "test1234!43210", "first name" "first 1", "last name" "last 1", "phone number" "", "new user" true, "password" "test1234!43210" }