Users
Class finesse.restservices.Users
Extends finesse.restservices.RestCollectionBaseRepresents a collection of User objects. When there is no method to retrieve all Users, then this collection is used to return Users in a team.
Example
// Note: The following method gets an Array of Teams, not a Collection.
_teams = _user.getSupervisedTeams();
if (_teams.length > 0) {
_team0Users = _teams[0].getUsers();
}Parameters
For additional parameters and methods, see RestCollectionBase Common Parameters.