bamboohr.com
    Preparing search index...

    Class EmployeesAPI

    Index

    Constructors

    Methods

    • Get employee data by specifying a set of fields. This is suitable for getting basic employee information, including current values for fields that are part of a historical table, like job title, or compensation information.

      Parameters

      • id: number
      • Optionalfields: (keyof Fields)[]
      • OptionalonlyCurrent: boolean

      Returns Promise<Employee>