/api/v1/customersList customers in the store. Paginated and sortable. Read-only.
Personally identifiable information is not exposed through the Store Management API.
Requires the Customers:View permission.
Query parameters
searchstringFilter by player username (case-insensitive contains match).
sortBystringSort field. Defaults to
lastPurchaseAt.- Values:
totalSpentlastPurchaseAtcreatedAt
sortDescbooleanSort descending. Defaults to
true.skipintegerResults to skip. Defaults to
0.takeintegerPage size, max 100. Defaults to
20.Headers
X-Api-KeystringrequiredYour API key.