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.
The bean providing customer details.
The customer object identifier.
The name of the customer which could be a personal name or a business name.
The country the customer belongs to.
The timezone used for date/times localization (e.g. Europe/Rome).
The set of properties providing additional details to the parent object.
The timestamp at which the object was created.
The timestamp at which a client's user first logged in.
The timestamp at which a client's user last logged in.
The flag indicating whether the page is the first one.
The flag indicating whether the last page has been reached.
The total number of pages.
The total number of elements.
The current sorting criteria.
The number of elements in this page.
The requested page size.
The number of the page (zero-based).
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.