Organization

Get a team

The record of a single team.

Required scope organisation:read

get/teams/{id}

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier of the team.

Response200 · application/json

The team record.

idstring<uuid>required

Identifier of the team.

namestringrequired

Name of the team.

typestringrequired

Kind of node: an organization or a business unit.

descriptionstring | null

Free-text description of the team.

iconstring | null

Icon of the team.

parentOrganizationIdstring<uuid> | null

Parent node in the organization tree.

createdAtstring<date-time>

Timestamp the team was created.

updatedAtstring<date-time>

Timestamp of the last change.