Update

Overview 

Updates the account and returns a status

Syntax 

Update(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes regarding account to change

Example 

This sample code changes the password of the account user specified by the external key.

1var acctUser = AccountUser.Init('myAccountUser', 123456789);
2var status = acctUser.Update({ "Password" : "XXXXX" });