addAccount


Purpose

Adds a new account.

Signature

addAccount( identifier, password, callback )

Returns

This method does not return anything.

Parameters

Name Description Type Use
identifier Specifies the name of the account. string required
password Specifies the password for the account. string optional
callback Passed while sending a reply to the request referring to an account and its public user data. object required

Callback structure

The Account object's callback can be structured as follows:

{
	onFailure: function(error) { ... },
	onSuccess: function(accountID) { ... }
}

Methods

Name Description Return type
onFailure

Indicates that a request referring to an account was not processed.

undefined
onSuccess

Indicates that a request referring to an account was successfully processed.

undefined

Related topics

Public API reference
AccountManager
Legal notice | Copyright © 2016 and Confidential to Pegasystems Inc. All rights reserved
PDN | Hybrid Container | Feedback
Advanced...