Management API
...
Accounts
Remove manager from Customer Account
2 min
removes a manager from a single customer account url /api/v1/customer accounts/{id}/remove manager/ method post data example { "license user id" 3420 } success response code 200 ok content examples { "id" 3420, "true email" "example\@gmail com", "is initial password" true, "initial password" "test1234", "first name" "first 1", "last name" "last 1", "phone number" "", "new user" false }