v1
latestOpenAPI 3.0.32026-07-24156161.2 MBUser Skill Groups
Create skill group
The Create skill group allows you to create a new skill group from scratch. You should send all the relevant fields in the request body.
post/skill-groups
Request body
Example request
{
"description": "Test Skill Group111",
"name": "Test Skill Group111"
}Response
Successful operation
Example response
{
"skillGroup": {
"description": "All agents that speak English",
"id": "9",
"name": "english",
"userIds": [
"1"
]
}
}