Retrieve
Overview
Retrieves an account user based on the specified criteriaSyntax
Retrieve(1)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | options | Required | Criteria used to search for account user |
Example
This sample code retrieves an account user based on the specified filter criteria:
var accountUser = AccountUser.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"MyAccount"});