Skip to main content
Module

x/windmill/mod.ts>UserService.globalUsernameInfo

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method UserService.globalUsernameInfo
import { UserService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

global username info (require super admin)

Parameters

unnamed 0: { email: string; }

Returns

CancelablePromise<{ username: string; workspace_usernames: Array<{ workspace_id: string; username: string; }>; }>

any user renamed