Class to perform get agents by team id
Create instance of CXoneAuth
@exampleconst TeamService = new TeamService();
Used to get the agent list details based on the team id
this.TeamService.getTeamById("123456");
Used to get team details based on team id
this.TeamService.getTeamDetailsById("123456");
team id to fetch details
Generated using TypeDoc
Class to perform get agents by team id