📃 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 users

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}", "email": "{{faker 'internet.email'}}", "phone": "{{faker 'phone.number'}}", "address": "{{faker 'location.streetAddress'}}, {{faker 'location.city'}}, {{faker 'location.stateAbbr'}} {{faker 'location.zipCode'}}", "birthdate": "{{faker 'date.past'}}", "isActive": {{faker 'datatype.boolean'}} } {{/repeat}} ]

Tailored for generating random user data, this template encompasses essential details such as name, email, phone, address, birthdate, and active status. Its primary purpose is to facilitate testing of user-related features within applications, including user management and authentication systems. Additionally, it offers the flexibility to simulate a database of users, providing developers with varied entries for comprehensive testing. By seamlessly integrating into development workflows, it enhances the accuracy and effectiveness of user-related functionalities within applications. These data are perfect to prototype or serve as sample data for applications like user management systems, authentication modules, and address book tools.