Team
Create a new team
POST /team
POST /team
Request body
idintegerbodyThe unique identifier of the team
namestringbodyThe name of the team
parentintegerbodyThe parent id of the team
descriptionstringbodyThe description of the team
settingsobjectbodyNo description.
Request Example
{
"id": 1,
"name": "Support",
"parent": 0,
"description": "Allgemeine Fragen",
"settings": {
"roleId": 1,
"skills": {
"tagIds": [
1,
2
],
"channels": [
"email",
"chat"
]
},
"supersetRole": "analyticsReadAll",
"inheritParentalSettings": true
}
}Responses
200 — Created
Response Example
{
"success": true
}500 — Internal error