Add manager to Customer Account

Adds a manager to a single Customer Account.

  • Method: POST

  • URL: /api/v1/customer-accounts/{id}/add_manager/

circle-info

Try It Out: disabled (hasTryItOut: false)

Request

Path parameters: none specified Query parameters: none specified Header parameters: none specified Body/form-data parameters: none specified

Request example (JSON)

Request body (application/json)
{
    "email": "[email protected]",
    "password": "Test1234!43210",
    "first_name": "First 1",
    "last_name": "Last 1"
}

Responses

200

404

Was this helpful?