Authorizations
Cookie-based authentication
Query Parameters
Filter teams by role ID
Search query to filter teams by name
Array of team IDs to filter by
Response
Successful operation
curl --request GET \
--url https://demo.enneo.ai/api/mind/team/list
[
{
"id": 1,
"name": "Admins",
"parent": 0,
"description": "Handles administrative tasks",
"membersCount": 5,
"settings": {
"roleId": 1,
"skills": {
"tagIds": [],
"channels": []
},
"supersetRole": "analyticsEditor",
"inheritParentalSettings": false
}
},
{
"id": 2,
"name": "C-KD NEU",
"parent": 0,
"description": null,
"membersCount": 1,
"settings": {
"roleId": 2,
"skills": {
"tagIds": [
2
],
"channels": [
"email",
"phone",
"system",
"chat"
]
},
"supersetRole": "none",
"inheritParentalSettings": false
}
}
]
Cookie-based authentication
Filter teams by role ID
Search query to filter teams by name
Array of team IDs to filter by
Successful operation
The unique identifier of the team
1
The name of the team
"Support"
The parent id of the team
0
The description of the team
"Allgemeine Fragen"
Number of users assigned to this team
Show child attributes
curl --request GET \
--url https://demo.enneo.ai/api/mind/team/list
[
{
"id": 1,
"name": "Admins",
"parent": 0,
"description": "Handles administrative tasks",
"membersCount": 5,
"settings": {
"roleId": 1,
"skills": {
"tagIds": [],
"channels": []
},
"supersetRole": "analyticsEditor",
"inheritParentalSettings": false
}
},
{
"id": 2,
"name": "C-KD NEU",
"parent": 0,
"description": null,
"membersCount": 1,
"settings": {
"roleId": 2,
"skills": {
"tagIds": [
2
],
"channels": [
"email",
"phone",
"system",
"chat"
]
},
"supersetRole": "none",
"inheritParentalSettings": false
}
}
]