PeopleForce
Employees

Deprecated

Company API v1 is deprecated and will be removed in a future release. Migrate to a newer version — v4 is the latest. Use the version switcher in the header.

List of employee emergency contacts

GET
/api/public/v1/employees/{id}/emergency_contacts

Path Parameters

id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v1/employees/0/emergency_contacts"
{  "data": [    {      "name": "string",      "relationship": "string",      "work_phone_number": null,      "home_phone_number": null,      "mobile_phone_number": "string",      "address": "string"    }  ]}