Create Employee
Creates an Employee object with the given values.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
The employee's first name.
The employee's last name.
The URL of the employee's avatar image.
The ID of the employee's company.
The employee's country code
The employee's date of birth.
The employee's department
The employee's current designation/title
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 gender.
The IDs of the groups that the employee belongs to.
The employee's home address.
The employee's home phone number.
The employee ID of the employee's manager.
The employee's filing status as related to marital status
The employee's middle name.
The employee's mobile phone number.
The employee's pay group
The employee's personal email.
The employee's preferred first name.
When the third party's employee was created.
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 Title.
The employee's username that appears in the remote UI.
The employee's work email.
The employee's work address.