MockHero

department

Business

Generate standard organizational department names. Engineering, Marketing, Sales, HR, Finance — all the departments you'd find in a real company.

Example Outputs

EngineeringMarketingSalesHuman ResourcesFinanceDesign

API Usage

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

Common Use Cases

  • Org chart testing
  • Employee directory seeding
  • Filtering/grouping tests
  • Access control testing

Quick Info

Field Type
department
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate department data instantly in the playground.

Generate Department + 155 more types via API

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

Get Started Free