CreateTeamRequest
| Field | Type | Description |
|---|---|---|
name | string | |
description | string | |
color | optional string | Six-digit hex color. The workspace default is used when omitted. |
Required scope: team:create
The API key creator must currently have team write access. color, when
supplied, is a six-digit hexadecimal color; otherwise the workspace default is
used.
POST /public-api/publicapi.v1.Team/CreateTeam Creates a team in the authenticated workspace.
| Field | Type | Description |
|---|---|---|
name | string | |
description | string | |
color | optional string | Six-digit hex color. The workspace default is used when omitted. |
| Field | Type |
|---|---|
team | Team |
{ "name": "Field Operations", "description": "Regional installation team", "color": "#2277AA"}This operation is not idempotent. Do not blindly retry after a timeout; first list teams to determine whether creation completed.