Simple detail
API endpoint that allows users to be viewed or edited.
GET /api/v1/employee/37/simple_detail?format=api
{
"pk": 37,
"name": "Ruth Bern",
"legal_name": "Ruth Bern",
"title": "Unit Manager",
"is_expense_approver": false
}