Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The Rippling candidate model.
The candidate's name.
The candidate's email.
The candidate's job title.
The candidate's phone number.
The unique identifier of the candidate from the ATS.
The would-be start date of the candidate.
An ENUM string value, denoting the frequency at which the candidate should be paid once the role begins. Note, the PAY_PERIOD ENUM implies the candidate is paid as per a custom pay period.
HOUR, DAY, WEEK, MONTH, PAY_PERIOD The decimal value that the candidate gets paid every salaryUnit time period.
The bonus cash given to the candidate as a part of a one time payment, with two decimal digit precision.
A string field of the official currency as listed in ISO 4217.
The number of shares that will be given to the candidate.
This is the id of the department from GET/departments.
The ENUM type of employment the user will have within Rippling.
CONTRACTOR, SALARIED_PT, SALARIED_FT, HOURLY_FT, HOURLY_PT, TEMP This is the id of the worklocation from GET/work_locations.
Response
OK
The Rippling candidate model.
The candidate's name.
The candidate's email.
The candidate's job title.
The candidate's phone number.
The unique identifier of the candidate from the ATS.
The would-be start date of the candidate.
An ENUM string value, denoting the frequency at which the candidate should be paid once the role begins. Note, the PAY_PERIOD ENUM implies the candidate is paid as per a custom pay period.
HOUR, DAY, WEEK, MONTH, PAY_PERIOD The decimal value that the candidate gets paid every salaryUnit time period.
The bonus cash given to the candidate as a part of a one time payment, with two decimal digit precision.
A string field of the official currency as listed in ISO 4217.
The number of shares that will be given to the candidate.
This is the id of the department from GET/departments.
The ENUM type of employment the user will have within Rippling.
CONTRACTOR, SALARIED_PT, SALARIED_FT, HOURLY_FT, HOURLY_PT, TEMP This is the id of the worklocation from GET/work_locations.