action learnifier_get_orgunits_orgid { label: "Get Organization Unit" description: "Returns information about the specified organization unit.\nThe response includes the display name, internal and external id and client number.\n" provider: learnifier method: GET path: "/orgunits/{orgid}" encoding: json input: { type: "object" properties: { orgid: { type: "string" } } required: ["orgid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }