action asana_get_teams_for_user { label: "Get teams for a user" description: "Returns the compact records for all teams to which the given user is assigned." provider: asana method: GET path: "/users/{user_gid}/teams" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }