---
title: "Creates a new account"
method: POST
path: "/v2/billing/accounts"
tags: ["Billing"]
---

# Creates a new account

`POST /v2/billing/accounts`

Creates a new account given its content

## Request body

- object — Representation of a ninja billing Account request.
  - `code` string, required — Unique code used to identify the account.
  - `name` string, required — Display name of the account.
  - `description` string — Optional description of the account.

## Response `200`

Account successfully created

- object — Representation of a ninja billing Account.
  - `id` integer
  - `code` string
  - `name` string
  - `description` string
  - `system` boolean

## Other responses

- `403` — Forbidden - Insufficient permissions

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
