action learnifier_get_globalusergroups { label: "List Global User Groups." description: "Returns a list of Global User Groups. Global User Groups are set up for the realm, and will generate groups that can be used on the client level.\n" provider: learnifier method: GET path: "/globalusergroups" encoding: json output: { type: "object" additionalProperties: true } }