java-asana
java-asana copied to clipboard
TeamsBase.users(Team) should return CollectionRequest<User>
I believe that this method should return collection of Users, currently the return type is CollectionRequest<Team>
.
Thanks for sending this in @mkrutsky - unfortunately, there are a series of these bugs and we're currently working on infrastructure to improve these (namely when the object that's returned in the request is not the same as the endpoint, such as a /projects endpoint returning tasks).
We'll keep this and other threads posted when we get to fixing this.
Hello there is the method that returns all users of a team?
@andreluiz1987 Users.getUsersForTeam