---
title: "emergency contacts"
method: GET
path: "/v{version}/employees/{employee_id}/emergency-contacts"
tags: ["Emergency-Contact"]
---

# emergency contacts

`GET /v{version}/employees/{employee_id}/emergency-contacts`

Returns all emergency contacts for an employee.<p>Scopes: export_company_info, export_payroll</p>

## Path parameters

- `employee_id` string, required
- `version` string, required

## Response `200`

Success

- 0WrappedArrayEmergencyContact
  - `data` DtosEmergencyContact[], required — An array containing the list of relevant objects.
    - `type` string — The Emergency Contact type
    - `first_name` string — The Emergency Contact firstname
    - `last_name` string — The Emergency Contact lastname
    - `relationship` string — The Emergency Contact relationship
    - `phone` string — The Emergency Contact phone
    - `email` string — The Emergency Contact email
    - `id` string — The Emergency Contact Id
  - `error` string — Contains any error messages, if applicable.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
