action learnifier_post_orgunits_orgid_usergroups { label: "Create a User Group." description: "Create a User Group.\n" provider: learnifier method: POST path: "/orgunits/{orgid}/usergroups" encoding: json input: { type: "object" properties: { orgid: { type: "string" } } required: ["orgid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }