POST
/
team
/
{id}
curl --request POST \
  --url https://demo.enneo.ai/api/mind/team/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 1,
  "name": "Support",
  "parent": 0,
  "description": "Allgemeine Fragen",
  "settings": {
    "roleId": 1,
    "skills": {
      "tagIds": [
        1,
        2
      ],
      "channels": [
        "email",
        "chat"
      ]
    },
    "supersetRole": "analyticsReadAll",
    "inheritParentalSettings": true
  }
}'
{
  "success": true
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Path Parameters

id
integer
required

Body

application/json
id
integer

The unique identifier of the team

name
string

The name of the team

parent
integer

The parent id of the team

description
string | null

The description of the team

settings
object

Response

200
application/json
Created

Data format of Enneo success messages

success
boolean

Operation was successful