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.105.0/mod.ts";

Static Methods

createUser(unnamed 0: { workspace: string; requestBody: NewUser; }): CancelablePromise<string>

create user (require admin privilege)

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

delete user (require admin privilege)

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

update user (require admin privilege)