CreateAccount

GET /?Action=CreateAccount
Description

Creates a new 3DS OUTSCALE account.

Note
  • You need 3DS OUTSCALE credentials and the appropriate quotas to create a new account via API. To get quotas, you can send an email to sales@outscale.com.

  • If you want to pass a numeral value as a string instead of an integer, you must wrap your string in additional quotes (for example, '"92000"').

Body parameter

Required: false
Name: CreateAccountRequest

Name Description Required Schema Default Example

AccessKeys

The access keys for the account.

false

AccessKeyRequest

AccountPid

The PID of the account.

false

string

City

The city of the account owner.

true

string

CompanyName

The name of the company for the account.

true

string

Country

The country of the account owner.

true

string

CustomerId

The ID of the customer. It must be 8 digits (by default, 12345678).

false

string

Email

The email address for the account.

true

string

FirstName

The first name of the account owner.

true

string

JobTitle

The job title of the account owner.

false

string

LastName

The last name of the account owner.

true

string

MobileNumber

The mobile phone number of the account owner.

false

string

Password

The password for the account.

true

string

PhoneNumber

The landline phone number of the account owner.

false

string

Profile

The profile for the account you want to create (always default).

false

string

State

The state of the account.

false

string

VatNumber

The value added tax (VAT) number for the account.

false

string

ZipCode

The ZIP code of the city.

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

CreateAccountResponse

Response 200

Response 200

Name Description Required Schema Default Example

Account

Information about the newly created account.

false

Account

ResponseMetadata

Information about the response.

false

ResponseMetadata