This method will return a list of all the SubUsers within the account. The SubUser's UserName can be used in some API methods for specifying which SubUser the request should be performed for.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| IncludeMainUser New | Boolean | Default 'false' | If 'true', in addition to sub users being returned the Main user account will also be returned. This can be useful if you want to populate a list of users for filtering on the various 'Get...Searches' methods. |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| SubUsers | Array | Instance of SubUser object (see here) |