AsanaAPI get only the teams I am a member of

168 Views Asked by At

using the endpoint /organizations/organization-id/teams works to get a list of all teams ... but what If I only want teams that the asana-connect user was a member of?

I can couple that with a second call to /teams/team-id/members but is there any way to just get teams where members_contains="me" or something?

1

There are 1 best solutions below

1
On BEST ANSWER

I think GET /users/me/teams?organization=:id should do what you're looking for.