Get Employee By Id
Returns an Employee object with the given id.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Query Parameters
Whether to include the original data Bindbee fetched from the third-party to produce these models.
Whether to include custom fields in the response.
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. You can also specify required fields in [] for each relation name.
Response
The Employee object is used to represent any person who has been employed by a company.
The URL of the employee's avatar image.
The ID of the employee's company.
The custom fields related to the model
The employee's date of birth.
The employee's department
The employee's full name, to use for display purposes. If a preferred first name is available, the full name will include the preferred first name.
The employee's division
The employee's number that appears in the third-party integration's UI.
The employment status of the employee. Possible values include: ACTIVE, PENDING, INACTIVE, or - in cases where there is no clear mapping - the original value passed through.
The employee's ethnicity.
The employee's first name.
The employee's gender.
The IDs of the groups that the employee belongs to.
The employee's home address.
The employee's home phone number.
The employee's last name.
The employee's filing status as related to marital status
The employee's mobile phone number.
This is the datetime that this object was last updated by Bindbee
The employee's pay group
The employee's payroll calendar
The employee's personal email.
The employee's preferred first name.
When the third party's employee was created.
The third-party API ID of the matching object.
The employee's social security number.
The date that the employee started working. If an employee was rehired, the most recent start date will be returned.
The employee's termination date.
The employee's username that appears in the remote UI.
The employee's work email.
The employee's work address.
The employee's country code
The employee's current designation/title
The employee ID of the employee's manager.
The employee's middle name.
This is the Raw data