Simple detail
API endpoint that allows users to be viewed or edited.
GET /api/v1/employee/235/simple_detail?format=api
{
"pk": 235,
"name": "Sydney Shoaf",
"legal_name": "Sydney Shoaf",
"title": "Assistant Planner",
"is_expense_approver": false
}