Generate Employee Report
GET/public-api/v1/employees/:id/report
Endpoint Description : Generates a comprehensive employee verification report in PDF format after the onboarding process is completed. This API is used to download the official employee report for HR records, audits, or internal review purposes.
Details :
- The report is generated for the specified employee.
- Includes identity verification results and document validation outcomes.
- Provides compliance screening results (e.g., AML, watchlist checks).
- Contains 4W (Who, What, When, Where) audit information.
- Includes device, geolocation, and verification metadata.
- The result is scoped to the authenticated organization.
Request
Responses
- 200
- 401
- 500
Unauthorized – Invalid or missing token.
Internal Server Error