added
Employee data API: New 'Org Level' field
8 days ago
The Org Level
is a new field in the employee data that provides information about the employee's organizational level. It is a read-only calculated field provided by Bob. To learn more about the Org level field, see People's data fields glossary ↗.
Using the Public API you can:
- Read the Org Level of an employee: use the Search for employees endpoint and specify the field id:
employee.orgLevel
. Make sure to grant the service user permissions to view theWork
category.
POST https://api.hibob.com/v1/people/3332883955555522'
{
"showInactive": false,
"fields": [
"employee.orgLevel"
]
}
- Read the possible values for this field: use the Get all company lists endpoint with the list ID:
orgLevels
.
GET https://api.hibob.com/v1/company/named-lists/orgLevels