action asana_get_team_memberships_for_team { label: "Get memberships from a team" description: "Returns the compact team memberships for the team." provider: asana method: GET path: "/teams/{team_gid}/team_memberships" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } } } }