GET /managers – REST API List Managers: GET /managers Retrieve a list of all existing managers on your site – including the owner. JSON Result...
GET managers/{id} – REST API Retrieve a Manager: GET /managers/{id} Retrieve a single manager by passing the manager’s email as an id. Query Parameters id:...
POST /managers – REST API Create a Manager: POST /managers Create a completely new manager in the account. Must have open manager seats for this...
DELETE managers/{id} – REST API Delete a Manager: DELETE /managers/{id} Remove a single manager by passing the manager’s email as an id. You can not...