action gitlab_get_v3_groups_owned { label: "Get list of owned groups for authenticated user" description: "Get list of owned groups for authenticated user" provider: gitlab method: GET path: "/v3/groups/owned" encoding: json input: { type: "object" properties: { page: { type: "string" } per_page: { type: "string" } statistics: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }