Returns the list of customers visible by the user.
This API retrieves the list of the customers that are visible by the logged-in user.
Required permissions: READ_CUSTOMER.
The name of the target tenant (e.g. acme).
The search text used to filter objects (requires searchField parameter).
Use '*' for variants: starts with (foo*), contains (*foo*) or ends with (*foo).
The name of the field in which to verify the search text.
Condition on customer code.
For more details on predicates, see the payload common concepts article.
Condition on name property.
For more details on predicates, see the payload common concepts article.
Condition on country.
For more details on predicates, see the payload common concepts article.
Condition on object property.
For more details on predicates, see the payload common concepts article.
The number of elements to retrieve for the current page.
The page number to retrieve (zero-based).
The sorting criteria based on object properties.
Successful operation.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exeeded.
The error response.
Internal server error.
The error response.