/mcpReturns {Object} The collection of User object representing the users in the team. For additional parameters and methods, see RestBase Common Parameters, on page 450. TeamNotReadyReasonCode Class finesse.restservices.TeamNotReadyReasonCode Represents a Not Ready reason code that is configured for the team. Example new_team.getTeamNotReadyReasonCode({ id: id, onLoad: _onTeamLoad, onChange: _onTeamChange, onError: _onTeamError }) For additional parameters and methods, see RestBase Common Parameters, on page 450. Methods getCategory() Retrieves the category of the reason code. Returns {String} The category of the reason code. getCode() Retrieves the code associated with the reason code. Returns {String} The code for the reason code. getForAll() Retrieves the forAll property value. Returns {String} The forAll property value. getLabel() Retrieves the label associated with the reason code. Returns {String} The label associated with the reason code. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 491 Cisco Finesse JavaScript APIs TeamNotReadyReasonCode