Activate
Add
Deactivate
Retrieve
Update
アカウントを更新し、ステータスを返します。
Update(1)
| 序数 | 型 | 説明 | |
|---|---|---|---|
| 1 | string | 必須 | 変更するアカウントに関する属性 |
このサンプルコードは、外部キーで指定されたアカウントユーザーのパスワードを変更します。
1var acctUser = AccountUser.Init('myAccountUser', 123456789);
2var status = acctUser.Update({ "Password" : "XXXXX" });