Update
Overview
Updates the account and returns a statusSyntax
Update(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Attributes regarding account to change |
Example
This sample code changes the password of the account user specified by the external key.
var acctUser = AccountUser.Init('myAccountUser', 123456789);
var status = acctUser.Update({ "Password" : "XXXXX" });