v1
latestOpenAPI 3.1.02026-07-242735131.1 MBPre-Onboarding Documents
Sign a pre-onboarding document
Signs the latest contract document associated with the given pre-onboarding document on behalf of the company signatory.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | - | Manage documents (document:write) |
post/v1/onboarding/employments/{employment_id}/pre-onboarding-documents/{id}/sign
Path parameters
employment_idstring required
Employment ID
idstring required
Pre-onboarding document ID
Request body
Example request
{
"signature": "Don Van Vliet"
}Response
Success
Example response
{
"data": {
"status": "ok"
}
}