action signl4_get_teams { label: "Get infos of all teams." provider: signl4 method: GET path: "/teams" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "string" } memberIds: { type: "array" items: { type: "string" } } name: { type: "string" } subscriptionId: { type: "string" } timezone: { type: "string" } } additionalProperties: false } } }