action citrixonline_get_groups { label: "Get groups" description: "List all groups for an account. This API call is only available to users with the admin role." provider: citrixonline method: GET path: "/groups" encoding: json output: { type: "object" additionalProperties: true } }