MockHero

employment_status

HR

Generate employment status values (full-time, part-time, contractor, freelance, intern, etc.). For HR systems and workforce management testing.

Example Outputs

full-timepart-timecontractorfreelanceintern

API Usage

Send a POST request to generate employment status 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": "employment_status",
          "type": "employment_status"
        }
      ]
    }
  ]
}'

Common Use Cases

  • HR system testing
  • Employee directory seeding
  • Payroll testing
  • Workforce analytics

Quick Info

Field Type
employment_status
Category
HR
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate employment status data instantly in the playground.

Generate Employment Status + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free