team_name
HRGenerate team and squad names (Platform, Growth, Core API, Design System, etc.). For project management, team directory, and sprint board testing.
Example Outputs
PlatformGrowthCore APIDesign SystemInfrastructureAPI Usage
Send a POST request to generate team name 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": "team_name",
"type": "team_name"
}
]
}
]
}'Common Use Cases
- Project management testing
- Team directory seeding
- Sprint board testing
- Org chart generation
Quick Info
- Field Type
- team_name
- Category
- HR
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Team Name + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.