Module

x/windmill/windmill-api/services/UserService.ts>UserService.globalUserUpdate

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Latest
method UserService.globalUserUpdate
import { UserService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/UserService.ts";

global update user (require super admin)

Parameters

unnamed 0: { email: string; requestBody: { is_super_admin?: boolean; name?: string; }; }

Returns

string user updated