---
title: "Create an Additional Person Application"
method: POST
path: "/apply/additional_person_application"
tags: ["Additional Person"]
---

# Create an Additional Person Application

`POST /apply/additional_person_application`

## Request body

- object
  - `account_id` string, required — ID of the Account to add an additional person. Filterable.
  - `bankdata` object — Arbitrary data attached to the object, for the bank's use
  - `person_application_id` string, required — ID of the Person Application to associate with the Account. Filterable.
  - `role` string, required — Role to use when associating the Person Application with the Account. Filterable.
  - `userdata` object — Arbitrary data the user can attach to the object

## Response `200`

The apply.additional-person-application created

- 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)
