Prepare onboarding
POST /api/v1/hiring/{process_id}/onboard/{candidate_id}
Generate onboarding materials for a hired candidate.
Authorizations
Parameters
Path Parameters
Request Body required
Request body for preparing onboarding materials.
Attributes:
job_design_data: Serialized JobDesign from the hiring process.
candidate_name: Full name of the hired candidate.
salary: Salary terms (min_amount, max_amount, basis, currency).
location: Geographic location for compliance requirements.
object
Full name of the hired candidate
Serialized JobDesign from the hiring process
object
Geographic location for compliance requirements
Salary terms (SalaryRange schema)
object
Responses
200
Successful Response
Typed envelope for POST /{process_id}/onboard/{candidate_id}.
object
Response body with prepared onboarding materials.
Attributes: offer_letter: Generated offer letter text. checklist: Structured onboarding checklist. compliance_reminders: Location-specific compliance items.
object
Structured onboarding checklist
object
Location-specific compliance items
object
Generated offer letter text
Standard metadata attached to every API response.
object
Unique request identifier
Server timestamp of the response
422
Validation Error