Create a new team

Create a new team in Horizon

Body required
application/json

Team to register

name
string required

The name of the team

description
array of objects | null (LocalizedString)

The localized description of the team

contact
string | null

The generic contact e-mail of the Team

webhook
object | null (Webhook Definition)

The webhook of the team's corporate channel (Teams, Slack, Mattermost)

manager
string | null

The e-mail address of the team's manager

displayName
array of objects | null (LocalizedString)

The localized display name of the team

Responses
  • 201 Team successfully registered
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    The name of the team

    description
    array of objects | null (LocalizedString)

    The localized description of the team

    contact
    string | null

    The generic contact e-mail of the Team

    webhook
    object | null (Webhook Definition)

    The webhook of the team's corporate channel (Teams, Slack, Mattermost)

    manager
    string | null

    The e-mail address of the team's manager

    displayName
    array of objects | null (LocalizedString)

    The localized display name of the team

  • 400 Unable to register the team
  • 401 Authentication error
  • 403 Forbidden action
  • 500 Unexpected internal server error