Description
This function searches for a list of existing customers.
Style
Document
Input (Literal)
The input of this method is the argument listCustomer of type listCustomer having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
searchFilter |
0..1 |
The filter to match the customers against |
|
queryLimit |
0..1 |
The query limit for the filter |
Output (Literal)
The output of this method is the argument listCustomerResponse of type listCustomerResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
listCustomers |
0..1 |
The list of customers matching the filter |
Remarks
On an exception, no customers are returned.
The customers searched for are specified by the searchFilter and the queryLimit specified by the caller. For documentation on how the filter and query limit work, see the complex types searchFilter and queryLimit.
Each customer represents the owner of a set of zero or more virtual resources. Access to the customer's resources are mediated by sets of users and permissions. For more details, see the customer complex type.