---
title: "List Dependents"
method: GET
path: "/hris/dependents"
tags: ["hris/dependents"]
---

# List Dependents

`GET /hris/dependents`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `first_name` string, nullable — The first name of the dependent
    - `last_name` string, nullable — The last name of the dependent
    - `middle_name` string, nullable — The middle name of the dependent
    - `relationship` string, nullable — The relationship of the dependent to the employee
    - `date_of_birth` string, date-time, nullable — The date of birth of the dependent
    - `gender` string, nullable — The gender of the dependent
    - `phone_number` string, nullable — The phone number of the dependent
    - `home_location` string, nullable — The UUID of the home location
    - `is_student` boolean, nullable — Indicates if the dependent is a student
    - `ssn` string, nullable — The Social Security Number of the dependent
    - `employee_id` string, nullable — The UUID of the associated employee
    - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
    - `id` string, nullable — The UUID of the dependent record
    - `remote_id` string, nullable — The remote ID of the dependent in the context of the 3rd Party
    - `remote_data` object, nullable — The remote data of the dependent in the context of the 3rd Party
    - `remote_created_at` string, date-time, nullable — The date when the dependent was created in the 3rd party system
    - `created_at` string, date-time, nullable — The created date of the dependent record
    - `modified_at` string, date-time, nullable — The last modified date of the dependent record
    - `remote_was_deleted` boolean, nullable — Indicates if the dependent was deleted in the remote system

## Changes

- **2024-09-05** `5ba5c769e2e1` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-09-03** `8f398d57935f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-08-27** `5ba5c769e2e1` — 8 info
  - removed the `CHILD` enum value from the `allOf[subschema #2]/data/items/relationship` response property for the response status `200`
  - removed the `DOMESTIC_PARTNER` enum value from the `allOf[subschema #2]/data/items/relationship` response property for the response status `200`
  - removed the `FEMALE` enum value from the `allOf[subschema #2]/data/items/gender` response property for the response status `200`
  - removed the `MALE` enum value from the `allOf[subschema #2]/data/items/gender` response property for the response status `200`
  - …4 more
- **2024-08-13** `d5ae27a39da8` — 8 warning
  - added the new `CHILD` enum value to the `allOf[subschema #2]/data/items/relationship` response property for the response status `200`
  - added the new `DOMESTIC_PARTNER` enum value to the `allOf[subschema #2]/data/items/relationship` response property for the response status `200`
  - added the new `FEMALE` enum value to the `allOf[subschema #2]/data/items/gender` response property for the response status `200`
  - added the new `MALE` enum value to the `allOf[subschema #2]/data/items/gender` response property for the response status `200`
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/hris/dependents/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
