This feature allows an admin to add a UCCX agent to a team.
GET http://[host-proxy]/api/view/AddUccxAgentToTeam/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"agent": {
"required": true,
"type": "string",
"description": "Agent to be added to the team.",
"title": "Agent"
},
"team": {
"required": true,
"type": "string",
"description": "The team the agent will be added to.",
"title": "Team"
}
},
"schema_version": "1.0.0"
}