Returns employee data for the specified employee ID.
Specify which fields to return using the fields query parameter (comma-separated list of field names).
See the List Fields endpoint (operationId: list-fields, GET /api/v1/meta/fields) for available field names.
Field Id's as well as custom field aliases can be used in the fields parameter.
Custom field aliases can be found in the alias property returned by the List Fields endpoint.
This endpoint is suitable for retrieving basic employee information, including current values from historical tables such as job title or compensation.
By default only current values are returned; set onlyCurrent to false to include future-dated values from historical table fields.
Usage note: The maximum number of fields per request is 400.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400The request exceeded the maximum number of allowed fields (400).
403The API user does not have permission to see the requested employee.
404The employee does not exist.
