# Get employees Returns a list of active employees by given storecode Endpoint: GET /slapi/setup/employees Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `storecode` (string, required) ## Response 200 fields (applicaiton/json): - `employees` (array) - `employees.employeeNumber` (string) Example: "0000000001" - `employees.firstName` (string) Example: "John" - `employees.lastName` (string) Example: "Doe" - `employees.status` (string) Example: "Active" ## Response 500 fields (applicatoin/json): - `error` (string) - `message` (string)