Random User Generator

Demo to preview the settings

Introduction

Generate random user data for testing. A single element with two actions for generating single random user or a list of random users. Data includes name, email, location, gender, D.O.B., phone numbers, photos, and more.
Image without caption

Getting Started

There are two main ways to use this plugin. Either to generate a single random user or to generate a list of random users. We'll look at each action individually and show some examples of each so you'll know exactly which to use for your use case.

Plugin Element - Random User Generator

Image without caption
Fields:
Title
Description
Type
Random User Type
We need to set - Random User Type
App Type

Element Actions

Generate a User

Generate List of Users

Element Events

Title
Description
User Generated
Triggers when a user has been generated.
List of Users Generated
Triggers when the list of users has been generated.

Element States

Title
Description
Random User
The generated user object.
List of Random Users
The generated users object.
Example Random User:
javascript
{ "gender": "male", "name": { "title": "Mr", "first": "Lonnie", "last": "Kim" }, "location": { "street": { "number": 5472, "name": "Sunset St" }, "city": "Pasadena", "state": "Hawaii", "country": "United States", "postcode": 77864, "coordinates": { "latitude": "-79.2961", "longitude": "50.2588" }, "timezone": { "offset": "-3:00", "description": "Brazil, Buenos Aires, Georgetown" } }, "email": "lonnie.kim@example.com", "login": { "uuid": "758ca3ca-7de9-4e7b-94da-a5ca791e4466", "username": "goldensnake704", "password": "supernov", "salt": "PC14M6CR", "md5": "8eea364dd0bbc371e34cfab60372d853", "sha1": "ba457694184d651974705d45ba5cf01e7d1bb1f0", "sha256": "21453561f763ca5471886ef19e96ee6919c1e22df545ec6fe0c2790e2238bbaa" }, "dob": { "date": "1982-07-29T14:57:31.546Z", "age": 42 }, "registered": { "date": "2009-03-28T03:43:20.730Z", "age": 16 }, "phone": "(746) 283-2439", "cell": "(479) 944-9638", "id": { "name": "SSN", "value": "665-20-3314" }, "picture": { "large": "https://randomuser.me/api/portraits/men/76.jpg", "medium": "https://randomuser.me/api/portraits/med/men/76.jpg", "thumbnail": "https://randomuser.me/api/portraits/thumb/men/76.jpg" }, "nat": "US" }
Image without caption

Changelogs