Adds an account.

Adds an account and an account owner. It returns a conflict error message in case the contact email already exists. Company VAT Number mandatory depending on countries in this list 'https://www.vatlive.com/eu-vat-rules/eu-vat-number-registration/eu-vat-number-formats/'

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

ID of the reseller.

Body Params
string
required
length ≤ 128
[\p{L}0-9_\- .&+:,;/]*

The first name of the account owner.

string
required
length ≤ 128
[\p{L}0-9_\- .&+:,;/]*

The last name of the account owner.

string
required
length ≤ 255

The account owner's contact email address.

string
length ≤ 256

The account owner's address.

string
length ≤ 16

The account owner's zip code.

string
length ≤ 256

The city where the account owner is located.

string
length between 2 and 2
[A-Z]{2}

The country where the account owner is located in the ISO 3166-1 alpha-2 format.

string
length ≤ 128
[\p{L}0-9_\- .&+:,;/]*

The account owner's company name. Max length is 128 characters.

string

The account owner's reference code.

string

The account owner's custom reference field.

integer

ID of the user owning the account.

string
length ≤ 255

The account owner's phone number.

string
length ≤ 32

The company's VAT number.

string
length between 2 and 2
[a-z]{2}
Defaults to en

The main language used by the account in the ISO_639-1 format.

string
length between 3 and 3

The currency the account should be invoiced with. ISO_4217 format. Possible values are USD, EUR, YEN, GBP. Default value is EUR.

string
length ≤ 64

The time zone name the account is located in (e.g. Europe/Amsterdam ). Defaults to resellers timezone. The timezone will be from the list using the "timeZones" api. This list is a subset of TZ database https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. It is advisable to use "timeZones" api instead of TZ database directly because this api will always provide the updated list of timezones the system supports.

boolean

The accounts active status. True indicating that the account is active, False indicating that the account is inactive.

string
enum
Defaults to Normal

Type of cluster where the account is added to

Allowed:
integer
required

identifier of a reseller's subscription

string
length ≤ 24

customer identifier used internally by Eagle Eye CameraManager platform

string

Optional account password

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json