action learnifier_get_globalusergroups_groupid_members { label: "List of all users in group." description: "Returns a list of all members in User Groups that are based on the Global Group with this groupid.\n" provider: learnifier method: GET path: "/globalusergroups/{groupid}/members" encoding: json input: { type: "object" properties: { groupid: { type: "string" } } required: ["groupid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }