Retrieve

Overview 

Retrieves an account user based on the specified criteria

Syntax 

Retrieve(1)

Function Properties 

OrdinalTypeDescription
1optionsRequiredCriteria used to search for account user

Example 

This sample code retrieves an account user based on the specified filter criteria:

1var accountUser = AccountUser.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"MyAccount"});