List customers
Returns one page of the customer directory. Reach for this to FIND a customer when you only know a tier or need to browse; when you already hold an id, call getCustomer instead. Filter with tier (the loyalty tier label, e.g. Or), order with sortField (name/spend/points) + sortDirection, and walk the base with page/pageSize (max 100) until page reaches pageCount. spend is a currency amount, points the loyalty balance.
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
0 < x <= 90071992547409910 < x <= 1001name, spend, points asc, desc Response
A page of customer records with the pagination totals.
A page of customer records with the pagination totals.
-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991-9007199254740991 <= x <= 9007199254740991
