---
title: "Create Account for Entity"
method: POST
path: "/api/v2/entities/{entity_id}/accounts"
tags: ["Accounts"]
---

# Create Account for Entity

`POST /api/v2/entities/{entity_id}/accounts`

Create a new `Account` for a specific `Entity`. This `Entity` represents your organization itself, or an individual customer of your organization.

## Request body

- CreateAccountInput — Input parameters for creating an `Account`.
  - `jurisdiction` 'BASELINE' | 'US'

## Response `201`

Created

- Account1 — Information about an `Account` owned by an `Entity`.
  - `id` string, uuid, required — Unique ID for the `Account`.
  - `entity_id` string, uuid, required — ID for the `Entity` that owns the `Account`.
  - `is_active` boolean, required — Indicates whether the `Account` is active.
  - `created_dt` string, date-time, required — Datetime when the `Account` was created. ISO 8601 timestamp.
  - `jurisdiction` 'BASELINE' | 'US', required
  - `brokerage_account_id` string, nullable — ID of the brokerage account associated with the `Account`.

## Other responses

- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
