CreateTeamBody
Request body for creating a Team.
Definition
TypeScript
interface CreateTeamBody {
organizationId: string;
name: string;
handle: string;
}Fields
| Field | Type | Notes |
|---|---|---|
organizationId | string | required — Organization the team belongs to. |
name | string | required — Team name |
handle | string | required — Team handle (unique per organization) |