---
title: "List Additional Person Applications"
method: GET
path: "/apply/additional_person_application"
tags: ["Additional Person"]
---

# List Additional Person Applications

`GET /apply/additional_person_application`

## Query parameters

- `account_id` string
- `person_application_id` string
- `role` string
- `status` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` additional-person-application elements, starting after the additional-person-application described by `page_cursor`. If no more additional-person-applications are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the Account to add an additional person. Filterable.
    - `bankdata` object — Arbitrary data attached to the object, for the bank's use
    - `id` string — Unique identifier for the object
    - `person_application_id` string — ID of the Person Application to associate with the Account. Filterable.
    - `role` string — Role to use when associating the Person Application with the Account. Filterable.
    - `status` string — Status of the additional person application. One of `approved`, `error`, `pending`, `processing`, `rejected`, `manual_review`. Filterable.
    - `userdata` object — Arbitrary data the user can attach to the object

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/versions/95a3c69c14e8/schema)
