employee_id
HRGenerate formatted employee ID numbers like EMP-001234. For HR systems, badge printing, and employee directory testing.
Example Outputs
EMP-001234EMP-005678EMP-000042API Usage
Send a POST request to generate employee id data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "employee_id",
"type": "employee_id"
}
]
}
]
}'Common Use Cases
- HR system seeding
- Badge/ID card generation
- Employee lookup testing
Quick Info
- Field Type
- employee_id
- Category
- HR
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Generate Employee ID + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.