v1
latestOpenAPI 3.1.02026-07-242735131.1 MBEmployee Emergency Contact
Show employee emergency contact
Returns the authenticated employee's emergency contact.
The employment is derived from the access token's subject — there is no employment id in the path.
This endpoint requires country-specific data. The exact required fields vary depending on which country the authenticated employee's employment is in. Query the Show form schema endpoint with emergency_contact_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 emergency contacts (emergency_contact:read) | Manage emergency contacts (emergency_contact:write) |
get/v1/employee/emergency-contact
Query parameters
Version of the emergency_contact_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"
}
}
}