Returns the list of all customers.
This endpoint is authorized to organizations only, and allows retrieving the list of customers specifying:
- One or more conditions based on properties (all conditions are in AND).
- The sorting criteria (also multiple).
- The paging configuration.
The list of results is limited to only those customers authorized to the user's parent organization.
Required permissions: READ_ALL_CUSTOMERS.
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.