java-asana icon indicating copy to clipboard operation
java-asana copied to clipboard

TeamsBase.users(Team) should return CollectionRequest<User>

Open mkrutsky opened this issue 6 years ago • 3 comments

I believe that this method should return collection of Users, currently the return type is CollectionRequest<Team>.

mkrutsky avatar May 15 '18 12:05 mkrutsky

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.

theaeolianmachine avatar May 21 '18 18:05 theaeolianmachine

Hello there is the method that returns all users of a team?

andreluiz1987 avatar Apr 30 '20 20:04 andreluiz1987

@andreluiz1987 Users.getUsersForTeam

rossgrambo-zz avatar Apr 30 '20 21:04 rossgrambo-zz