get
https://{companyDomain}.bamboohr.com/api/v1/employees/
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. 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.
