Returns a list of customers.Copy Pageget https://zalary-beta-gateway-external-client-api.azurewebsites.net/api/v1/tenants/{tenantUid}/customersPath ParamstenantUiduuidrequiredUid of the tenant.Query ParamscustomerStatusstringEnum: ACTIVE, BLOCKED, ARCHIVED.customerTypestringEnum: PRIVATE, COMPANY.customerIdstringCustomer Id.emailstringEmail of the customer.identificationNumberstringIdentification number of the customer.eanNumberstringEan number of the customer.groupUiduuidGroup uid of the customer.externalCustomerIdstringExternal customer id.createdFromDatedate-timeStart date for filtering by creation date.createdToDatedate-timeEnd date for filtering by creation date.skipint32How much data to be skippedtakeint32How much data to be taken.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 200Customers were successfully retrieved. If there are no entries data will be EMPTY. 401User is not authorized. 403User does not have the required roles to access this action.Updated 18 days ago