curl --request GET \
--url https://demo.enneo.ai/api/mind/team/{id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}curl --request GET \
--url https://demo.enneo.ai/api/mind/team/{id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
JWT-based authentication
If true, the team will inherit the permissions of its parent team