Enneo

Team

Get team by id

GET /team/{id}

GET /team/{id}

Path parameters

idintegerpathrequired

No description.

Query parameters

forceInheritancebooleanquery

If true, the team will inherit the permissions of its parent team

Responses

200 — Successful operation

Response Example

{
  "id": 1,
  "name": "Support",
  "parent": 0,
  "description": "Allgemeine Fragen",
  "settings": {
    "roleId": 1,
    "skills": {
      "tagIds": [
        1,
        2
      ],
      "channels": [
        "email",
        "chat"
      ]
    },
    "supersetRole": "analyticsReadAll",
    "inheritParentalSettings": true
  }
}

500 — Internal error