action learnifier_get_extorgunit { label: "Get Organization Unit with External Id" description: "Returns information about the organization unit with the specified external id.\n" provider: learnifier method: GET path: "/extorgunit" encoding: json input: { type: "object" properties: { extid: { type: "string" } } required: ["extid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }