Controller: Account Management: ChangeAccountInfo
ChangeAccountInfo
You only need to send changed params.
Update account info.
Authentication Methods
- With a username and password
- With AMS username and password
| Input Parameter | Type | Description |
|---|---|---|
| Token* | String | Security token |
| String | Only for Partner/AMS accounts | |
| FirstName | String | First name |
| LastName | String | Last name |
| Reference | String | Only for Partner/AMS accounts |
| Timezone | String | |
| Language | String | |
| MaxVaults | Integer | Maximum amount of vaults this user can create. Note: Only for ams and partner accounts |
| AllowManageAccount | Boolean | If set to true, allows the reseller / support to manage account. |
| Output Parameter | Type | Description |
|---|---|---|
| Success | String |
*=Required
EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=fheenvtavr3bfonar94fqf2bn0&Task=ChangeAccountInfo&FirstName=firstname1&LastName=lastname'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>