Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/windmill-api/apis/AdminApi.ts>AdminApiRequestFactory

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 AdminApiRequestFactory
import { AdminApiRequestFactory } from "https://deno.land/x/windmill@v1.28.1/windmill-api/apis/AdminApi.ts";

no description

Methods

createUser(
workspace: string,
newUser: NewUser,
_options?: Configuration,
): Promise<RequestContext>

create user (require admin privilege)

deleteUser(
workspace: string,
username: string,
_options?: Configuration,
): Promise<RequestContext>

delete user (require admin privilege)

updateUser(
workspace: string,
username: string,
editWorkspaceUser: EditWorkspaceUser,
_options?: Configuration,
): Promise<RequestContext>

update user (require admin privilege)