action illumidesk_teams_groups_list { label: "Get team groups" provider: illumidesk method: GET path: "/v1/teams/{team}/groups/" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } team: { type: "string" } } required: ["team"] additionalProperties: false } output: { type: "object" additionalProperties: true } }