/mcpTeam API Parameters Notes Possible Values Description Type Parameter — The URI to get a new copy of the Team object. String uri — The unique identifier for the team. String id — The name of the team. String name — The list of users that belong to this team. Collection users The Team object contains a subset of the User parameters. These parameters include the uri, loginId, firstName, lastName, dialogs, pendingState, state, stateChangeTime, extension, ReasonCode, and mediaState. For information about these parameters, see User API Parameters. — Information about one specific user on the team. Collection -->User Team API Errors Description Error Type Status Unauthorized (for example, the user is not yet authenticated in the Web Session). Authorization Failure 401 The team id is invalid. No such team exists. Not Found 404 Any runtime exception is caught and responded with this error. Internal Server Error 500 TeamResource The TeamResource object represents a team configuration based on Team assignments. The object contains the URI, team ID, and the respective configuration. The agent or supervisor uses the TeamResource APIs to Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 150 Cisco Finesse Desktop APIs Team API Parameters