AdminGetCustomersParams
Parameters used to filter and configure the pagination of the retrieved customers.
Properties
limit
numberRequiredLimit the number of items returned in the list.
Default: 50
offset
numberRequiredThe number of items to skip when retrieving a list.
Default: 0
expand
stringComma-separated relations that should be expanded in the returned data.
q
stringSearch term used to search customers' email, first name, last name.
has_account
booleanFilter customers by whether they have an account.
groups
string[]Filter customers by the customer's customer groups.
Was this section helpful?