---
title: "get patients by account_id with filters telephone2 and born_at"
method: GET
path: "/accounts/{account_id}/people"
tags: ["Patient Management"]
---

# get patients by account_id with filters telephone2 and born_at

`GET /accounts/{account_id}/people`

## Query parameters

- `telephone2` integer
- `born_at` string

## Response `200`

/accounts/{account_id}/people?telephone2&born_at

- object
  - `accounts` object[]
    - `id` integer
    - `full_name` string
    - `email_present` boolean
    - `validated_form` unknown
    - `tax_id` unknown
    - `phone_country_id` integer
    - `insurance_company_present` boolean
    - `patient_group_id` unknown

---

[API](https://skmtc.net/ecaresoft/apis/nimbo-api.md) · [All operations](https://skmtc.net/ecaresoft/apis/nimbo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ecaresoft/nimbo-api/revisions/f05c97f9a653/schema)
