API endpoint that allows users to be viewed or edited.

GET /api/v1/employee/140/simple_detail?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "pk": 140,
    "name": "Lorri Hoffman-Cook",
    "legal_name": "Lorri Hoffman-Cook",
    "title": "Case Manager",
    "is_expense_approver": false
}