action sinao_app_organization_get { label: "Get organization profile for current app" provider: sinao method: GET path: "/apps/{appId}/organization" encoding: json output: { type: "array" items: { type: "object" } } }