action runscope_get_teams_team_id_people { label: "Teams Resource" description: "List people and integrations associated with a given team." provider: runscope method: GET path: "/teams/{teamId}/people" encoding: json output: { type: "object" additionalProperties: true } }