UpdateAccount

GET /?Action=UpdateAccount
Description

Updates the account information for the account that sends the request.

Body parameter

Required: false
Name: UpdateAccountRequest

Name Description Required Schema Default Example

City

The new city of the account owner.

false

string

CompanyName

The new name of the company for the account.

false

string

Country

The new country of the account owner.

false

string

Email

The new email address for the account.

false

string

FirstName

The new first name of the account owner.

false

string

JobTitle

The new job title of the account owner.

false

string

LastName

The new last name of the account owner.

false

string

MobileNumber

The new mobile phone number of the account owner.

false

string

Password

The new password for the account. Password strength is tested through heuristic algorithms. For more information, see the zxcvbn GitHub.

false

string

PhoneNumber

The new landline phone number of the account owner.

false

string

State

The new state of the account owner.

false

string

VatNumber

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

false

string

ZipCode

The new ZIP code of the city.

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

UpdateAccountResponse

Response 200

Response 200

Name Description Required Schema Default Example

ResponseMetadata

Information about the response.

false

ResponseMetadata

Return

If true, the account information is updated. Otherwise, you receive an error.

false

boolean