---
title: "Creates a new account. Profiles and users must be created separately
using POST /api/profiles and POST /api/users, then linked via
POST /api/accounts/{accountId}/profiles."
method: POST
path: "/v1/Accounts"
tags: ["Accounts"]
---

# Creates a new account. Profiles and users must be created separately
using POST /api/profiles and POST /api/users, then linked via
POST /api/accounts/{accountId}/profiles.

`POST /v1/Accounts`

## Query parameters

- `Account` unknown

## Response `201`

Created

- Int32ResourceCreatedResponse
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Client Error

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
