MCPcopy Create free account
hub / github.com/bytebase/bytebase / createUser

Method createUser

frontend/tests/e2e/framework/api-client.ts:183–185  ·  view source on GitHub ↗
(email: string, password: string, title: string)

Source from the content-addressed store, hash-verified

181 // Creates an end-user with the given email/password/title in the caller's
182 // workspace. Caller must be a workspace admin.
183 async createUser(email: string, password: string, title: string): Promise<void> {
184 await this.request<unknown>("POST", "/v1/users", { email, password, title });
185 }
186
187 // Soft-delete (deactivate) a user. The principal is marked deleted but its IAM
188 // bindings remain — a deactivated user no longer occupies a seat. Best-effort

Callers 7

startServerFunction · 0.95
index.test.tsFile · 0.80
createUserSliceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected