asanaasana-connect

AsanaAPI get only the teams I am a member of


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?


Solution

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