---
title: "Creates a new Billbee user account with the data passed"
method: POST
path: "/api/v1/automaticprovision/createaccount"
tags: ["Provisioning"]
---

# Creates a new Billbee user account with the data passed

`POST /api/v1/automaticprovision/createaccount`

## Request body

- RechnungsdruckWebAppControllersApiAutomaticProvisioningControllerCreateAccountContainer — Data used to create a new Billbee user account
  - `EMail` string, required — The Email address of the user to create
  - `Password` string
  - `AcceptTerms` boolean — Set to true, if the user has accepted the Billbee terms &amp; conditions
  - `Address` RechnungsdruckWebAppControllersApiAutomaticProvisioningControllerCreateAccountContainerUserAddress — Represents the invoice address of a Billbee user
    - `Company` string
    - `Name` string
    - `Address1` string
    - `Address2` string
    - `Zip` string
    - `City` string
    - `Country` string — The ISO2 country code of the users country
    - `VatId` string
  - `AffiliateCouponCode` string — Specifies an billbee affiliate code to attach to the user
  - `Vat1Rate` number, double — Optionally specify the vat1 (normal) rate of the user
  - `Vat2Rate` number, double — Optionally specify the vat2 (reduced) rate of the user
  - `DefaultVatMode` 0 | 1 | 2 | 3 | 4 | 5 — Optionally specify the default vat mode of the user
  - `DefaultCurrency` string — Optionally specify the default currency of the user
  - `DefaultVatIndex` integer — Optionally specify the default vat index of the user

## Response `200`

OK

- object

---

[API](https://skmtc.net/billbee/apis/billbee-api.md) · [All operations](https://skmtc.net/billbee/apis/billbee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/billbee/billbee-api/versions/e64f07f4f526/schema)
