📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of employees

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}", "email": "{{faker 'internet.email'}}", "phone": "{{faker 'phone.number'}}", "age": {{faker 'number.int' min=18 max=65}}, "isEmployed": {{faker 'datatype.boolean'}}, "salary": {{faker 'number.int' mix=1000 max=10000}}, "startDate": {{faker 'date.past'}}, "address": { "street": "{{faker 'location.streetAddress'}}", "city": "{{faker 'location.city'}}", "state": "{{faker 'location.state'}}", "zip": "{{faker 'location.zipCode'}}" } } {{/repeat}} ]

This template facilitates the generation of a comprehensive list of random employees, encompassing essential details such as name, email, phone, age, employment status, salary, start date, and address. Tailored for testing employee-related functionalities within applications, it serves as a valuable asset for HR management systems and payroll applications. Its versatility extends beyond testing purposes, offering the capability to simulate a dynamic database of employees. By providing diverse entries, it enables developers to evaluate application performance across a spectrum of employee-related scenarios, ensuring robustness and reliability. These data are perfect to prototype or serve as sample data for applications like HR management systems, payroll software, and employee scheduling tools.