---
title: "Creates an account. The ID of the newly returned account will be returned as the result of this call."
method: POST
path: "/v2/accounts"
tags: ["ApiAccount"]
---

# Creates an account. The ID of the newly returned account will be returned as the result of this call.

`POST /v2/accounts`

There are some mandatory, and some optional fields - missing mandatory fields will cause error code to be returned.
            The following fields are mandatory: "EMAIL", "FIRSTNAME", "LASTNAME", "USERIPADDRESS".
            The following fields are optional: "COMPANY", "PHONENUMBER", "LCID", "TIMEZONEID", "ISEXPRESSACCOUNT".

## Request body

- ApiAccount
  - `id` integer
  - `properties` ApiAccountProperty[], required
    - `name` string, nullable
    - `type` string, nullable
    - `value` string, nullable

## Response `200`

- ApiAccount
  - `id` integer
  - `properties` ApiAccountProperty[], required
    - `name` string, nullable
    - `type` string, nullable
    - `value` string, nullable

---

[API](https://skmtc.net/dotdigital/apis/apiconnector-com.md) · [All operations](https://skmtc.net/dotdigital/apis/apiconnector-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dotdigital/apiconnector-com/revisions/109c0537cf77/schema)
