API Docs / Schemas / CreateTeamRequest

CreateTeamRequest

Request DTO for creating a team

Properties

Name Type Description
name*string

The display name of the team

The display name of the team

descriptionstring

Optional description of the team's purpose

Optional description of the team's purpose

iconNamestring

Optional Lucide icon name for visual identification

Optional Lucide icon name for visual identification

colorstring

Optional hex color for visual identification

Optional hex color for visual identification

canBeAssignedToTasksboolean

Whether this team can be assigned to tasks

Whether this team can be assigned to tasks

canBeAssignedToClientsboolean

Whether this team can be assigned to clients

Whether this team can be assigned to clients

JSON Example

{
  "name": "string",
  "description": "string",
  "iconName": "string",
  "color": "string",
  "canBeAssignedToTasks": false
}

Used By Operations