action iqualify_get_org { label: "Gets the current organisation" description: "Returns the current organisation info." provider: iqualify method: GET path: "/org" encoding: json output: { type: "object" properties: { id: { type: "string" } name: { type: "string" } } } }