v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEmployee Personal Details
Show employee personal details
Returns the authenticated employee's personal details.
This endpoint requires country-specific data. Query the Show form schema endpoint with personal_details as the form name to discover the schema for a given country.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | View personal details (personal_detail:read) | Manage personal details (personal_detail:write) |
get/v1/employee/personal-details
Query parameters
Version of the personal_details form schema
Response
Success
Example response
{
"data": {
"employment": {
"contract_origin": "remote_contract",
"id": "20a72f86-employment-id-9e4942a902ff",
"personal_details": {},
"status": "created",
"type": "employee",
"updated_at": "2024-01-15T10:30:00Z",
"user_status": "active"
}
}
}