← Back to catalog
random.user
mock data$0.001 / callGenerate Random User
Generate realistic random user profiles — name, email, phone, address, age, gender, photo. Filter by nationality and gender. For testing and demo data (RandomUser.me)
Input schema
count
integerNumber of random users to generate (default 1, max 20)
gender
stringGender filter
nationality
stringNationality filter — comma-separated ISO codes (e.g. "us", "gb,fr,de")
Call via REST
curl -X POST https://unifyapi.pro/api/call/random.user \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"count":0,"gender":"<gender>","nationality":"<nationality>"}'