Hey,
Trying to retrieve a list of all “enabled” customers using the REST API.
The API docs imply that I should be able to query the API to return on the accounts where the state = “enabled”
"/admin/api/2021-01/customers.json?query=state:enabled"
However, the results returned are unfiltered and are returning all accounts.
Does anyone know if this is broken, or a suitable work-around where I don’t have to fetch ALL customers and filter them manually?