getAccountList


Purpose

Passes a map of all accounts with their public user data to the onSuccess callback.

Signature

getAccountList( callback )

Returns

This method does not return anything.

Parameter

Name Description Type Use
callback Passed while sending a reply to the request for a map of all accounts with their public user data. object required

Callback structure

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

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

Methods

Name Description Return type
onFailure

Indicates that an account list request was not processed.

undefined
onSuccess

Indicates that an account list request was successfully processed.

undefined

Related topics

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