Skip to main content
Module

x/windmill/mod.ts>AdminService

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
class AdminService
import { AdminService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

Static Methods

deleteUser(unnamed 0: { workspace: string; username: string; }): CancelablePromise<string>

delete user (require admin privilege)

getUser(unnamed 0: { workspace: string; username: string; }): CancelablePromise<User>

get user (require admin privilege)

updateUser(unnamed 0: { workspace: string; username: string; requestBody: EditWorkspaceUser; }): CancelablePromise<string>

update user (require admin privilege)